Instance Method
isAccessoryTypeEnabled:
Return whether the accessory of specified type should be enabled or not.
Declaration
-(BOOL)isAccessoryTypeEnabled:(AccessoryType)accessory;
Parameters
-
accessory
accessory type to examine
Return Value
YES if the specified accessory should be enabled for the current widget state; otherwise NO.
Related Links
Accessories
-
AccessoryType
Constants for specifying the accessory type.
-
- accessoryTypeTapped:
Called when the accessory of specfied type was tapped.