Instance Method

settingsTapped:

Tells the delegate to display the settings view controller.


Declaration


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

Parameters

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