Class
HSWidgetAdditionalOptionsViewController
A view controller that specializes in managing additional options view controller.
Declaration
@interface HSWidgetAdditionalOptionsViewController : UITableViewController <HSWidgetAdditionalOptions>
Topics
Property
-
availablePositions
An array containing the available positions that the widget can occupy.
Add Widget
-
- addWidget
Add widget configured by the current additional options view controller to the page.
Cancel Addition
-
- cancelAdditionalOptions
Cancel widget addition, dismissing add widget view.
Checking Space Availability
-
- containsSpaceForGridPositions:
Return whether there is enough space available for grid positions.
-
- containsSpaceForWidgetSize:
Return whether there is enough space available for widget of specified size.
Related Links
Combined Additional Options and Preferences
-
HSWidgetCombinedAdditionalOptionsAndPreferencesViewController
A combined additional options and preference list controller that can be shared for additional options and settings accessory.