i’m a beginner programmer and i’m currently working on a basic navigation app. I have a UITable with 3 items (for now) in my Firste level every item (cell) open another 2 items list (2 cells) in my Second level . What i want is that every 1 of this 2 items point to different view. Example: first will open some xib and the second will open some detail view . Now my second level 2 items open the same xib .
Share
The UITableViewDelegate has a method
tableView:didSelectRowAtIndexPath:In that you could set up a switch like so: