Instance Method
closeTapped:
Tells the delegate to remove the specified widget.
Declaration
-(void)closeTapped:(HSWidgetViewController *)widgetViewController;
Parameters
-
widgetViewController
widget view controller to remove
Description
A widget view controller sends this message to its delegate when the close button is tapped permitting the delegate to remove it from the page. The delegate is responsible for animating the removal of the widget and then deallocating the widget object.
Related Links
Perform Accessory Events
-
- settingsTapped:
Tells the delegate to display the settings view controller.