One Quickie


Responding to table taps (UITableView->General)
Set yourself up as the UITableView delegate first.
- (void)tableView: (UITableView *) tableView
    didSelectRowAtIndexPath: (NSIndexPath *) indexPath {
    // Do something logical with indexPath.row, etc.
} // didSelectRowAtIndexPath



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com