Instance Method
accessoryTypeTapped:
Called when the accessory of specfied type was tapped.
Declaration
-(void)accessoryTypeTapped:(AccessoryType)accessory;
Parameters
-
accessory
accessory type to handle tap event for
Related Links
Accessories
-
AccessoryType
Constants for specifying the accessory type.
-
- isAccessoryTypeEnabled:
Return whether the accessory of specified type should be enabled or not.