Instance Method
widgetOptionsChanged:
Notifies delegate of options changes so that delegate can save them.
Declaration
-(void)widgetOptionsChanged:(HSWidgetViewController *)widgetViewController;
Parameters
-
widgetViewController
widget view controller to save options for
Description
A widget view controller should send this message to its delegate anytime it has made options changes that need to be saved. The delegate may cache these options.