Accessory
| Last Revision: | Version 1.3, 2013-01-10 Upgraded for iOS 6.0, now using Automatic Reference Counting (ARC) and storyboards, updated to adopt current best practices for Objective-C. (Full Revision History) |
| Build Requirements: | iOS 6.0 SDK |
| Runtime Requirements: | iOS 5.0 or later |
Demonstrates how to implement a custom accessory view for your UITableView in the form of a checkmark button. It shows you how to override the appearance or control of the accessory view, much like that of "UITableViewCellAccessoryDetailDisclosureButton". It implements the custom accessory view by setting the table's "accessoryView" property with a UIButton of type "UIButtonTypeCustom". It can be toggled by selecting the entire table row by implementing UITableView's "didSelectRowAtIndexPath". The green checkmark is trackable (checked/unchecked), and can be toggled independent of table selection.
© 2013 Apple Inc. All Rights Reserved. (Last updated: 2013-01-10)