Instance Method
settingsTapped:
Tells the delegate to display the settings view controller.
Declaration
-(void)settingsTapped:(HSWidgetViewController *)widgetViewController;
Parameters
-
widgetViewController
widget view controller to display the settings of
Description
A widget view controller sends this message to its delegate when the settings accessory is activated. The delegate is then responsible for getting the settings view controller for the widget and presenting it.
Related Links
Perform Accessory Events
-
- closeTapped:
Tells the delegate to remove the specified widget.