Class Method

createOptionsFromController:withAvailableGridPosition:

Create options dictionary to use for widget addition for the given additional options controller and grid positions.


Declaration


+(NSDictionary *)createOptionsFromController:(id<HSWidgetAdditionalOptions)controller withAvailableGridPosition:(NSArray *)positions;

Parameters

Return Value

A dictionary containing the options that were configured by the user in the given controller. The default implementation is to return a copy of controller's widgetOptions.

Related Links


Adding Widgets