Instance Method
setWidgetOptionValue:forKey:
Setter for changing widget options.
Declaration
-(void)setWidgetOptionValue:(id<NSCoding>)object forKey:(NSString *)key;
Parameters
-
object
the value object to set, or nil to remove object for key
-
key
the key to use in the dictionary to store the value
Related Links
Preferences
-
widgetOptions
Stores the current options for the widget.
-
- options
Gets a copy of the current widget options.