Posts Tagged ‘UITableView’

Objective-C heads up for C# developers

January 22, 2009

iPhone UITableView events bubble down instead of up.

Take for instance the a program that has a UITableViewController_A, that nests UITableViewController_B. Tapping on a cell that is in the child (ie UITableViewController_B), fires the tableView:didSelectRowAtIndexPath of A, then B.