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
-
HSWidgetDisplayCreatorKey
Key to get/set the creator name in the widget info dictionary.
-
HSWidgetDisplayIconKey
Key to get/set the icon in the widget info dictionary.
-
HSWidgetDisplayNameKey
Key to get/set the display name in the widget info dictionary.