FoneMonkey

UITableViewCell adds no new commands, but customizes monkeyID.

MonkeyID

A UITableViewCell's monkeyID is:

its textLabel.text property value, if one exits, else

its detailTextLabel.text property value, if one exists, else

its text property value, if one exists, of a child of the cell's contentView, else

its default monkieyID.

Note - You cannot "touch" a UITableViewCell unless it's visible on the screen. In other words, you can't "touch" a cell that is currently scrolleld off the display. You must scroll to it into view first with the Scroll UITableView command.

Example

Touch UITableViewCell "Playlists"