Class Method
addNewWidgetAdditionalOptionsControllerClass
Specify the class used for the additional options during widget adding. Must be a view controller.
Declaration
+(Class<HSWidgetAdditionalOptions>)addNewWidgetAdditionalOptionsControllerClass;
Return Value
Class that conforms to HSWidgetAdditionalOptions to be presented when widget is being addded; otherwise nil if no additional options need to be displayed.
Related Links
Adding Widgets
-
+ createOptionsFromController:withAvailableGridPosition:
Create options dictionary to use for widget addition for the given additional options controller and grid positions.
-
+ widgetSizeFromController:withAvailableGridPosition:
Get the widget size to use for widget addition for the given additional options controller and grid positions.
Additional Options View Controllers
-
HSWidgetAdditionalOptionsViewController
A view controller that specializes in managing additional options view controller.
-
HSWidgetCombinedAdditionalOptionsAndPreferencesViewController
A combined additional options and preference list controller that can be shared for additional options and settings accessory.