iPhone OS Reference Library Apple Developer Connection spyglass button

Version: 1.2

Posted: 2009-05-11

Build Requirements: Mac OS X 10.5.6 or later, Xcode 3.1.3, iPhone OS 3.0 or later

Runtime Requirements: Mac OS X 10.5.6 or later, iPhone OS 3.0 or later

View Source Code:

Download Sample Code (“TouchCells.zip”, 35.8K)



Description

Demonstrates how to implement trackable-settable UIControls embedded in a UITableView. This approach is handy if an application already uses its accessory view to the right of the table cell, but still wants a check mark view that supports toggling states of individual row items. The green check mark on the left provides this need which is trackable (checked/unchecked) independent of table selection. This is a similar user interface to that of Mail's Inbox table where mail items can be individually checked and unchecked for deletion.

Document Revision History

Date Notes
2009-05-11Adopted iPhone OS 3.0 UITableView and UITableViewCell APIs.
2008-12-09Fixed bug in that selection did not change NSArray data source; data source now originates from a plist.
2008-10-24Demonstrates how to implement trackable-settable UIControls embedded in a UITableView.
Did this document help you? Yes It's good, but... Not helpful...