Instance Method

closeTapped:

Tells the delegate to remove the specified widget.


Declaration


-(void)closeTapped:(HSWidgetViewController *)widgetViewController;

Parameters

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