Enumeration
AccessoryType
Constants for specifying the accessory type.
Declaration
typedef enum AccessoryType : NSUInteger {
...
} AccessoryType;
Topics
Shapes
-
AccessoryTypeNone
Unknown accessory type
-
AccessoryTypeExpand
Accessory for increasing widget size
-
AccessoryTypeShrink
Accessory for decreasing widget size
-
AccessoryTypeSettings
Accessory for displaying settings/preferences
Related Links
Accessories
-
- isAccessoryTypeEnabled:
Return whether the accessory of specified type should be enabled or not.
-
- accessoryTypeTapped:
Called when the accessory of specfied type was tapped.