Class Method

widgetDisplayInfo

Get the display information about the widget such as icon, name and creator.


Declaration


+(NSDictionary *)widgetDisplayInfo;

Return Value

A dictionary containing the display information for the widget such as display name, icon and creator. The default implementation of this method is to load these values from the Info.plist. It is preferred to update the plist file so that this method can provide default information for invalid plist values.

Topics


Display Info Keys

Related Links


Widget Information