Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COhey Mundi, thanks for your really fast answer. I tried following your advice, but wouldn't get any further. I removed the `didSelectRowAtIndexPath` - and dragged a segue from the UITableViewController to the next UITableViewController. I also added a little debug code to the `prepareForSegue`, but it isn't called, if I don't call it programmatically. So I tried and dragged the segue from the UITableViewController Cell to the final UITableViewController (the one that never shows up) and ran it again. Wouldn't work either. Stuck...
      singulars
    2. COthis is what the storyboard looks like (note the three connected screens, these are the ones that matter) http://imgur.com/fEGNF - "Controller Navigation" loads up each of the UITableViewControllers just fine - and I have code in the "Controller Program" to show 1 row. If I tap that, I'd like to perform another segue and show the "Controller Sessions". I have removed code now, only have this in the "Controller Program": `- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender { NSLog(@"controllerProgram:: prepareForSegue: %@", segue.identifier );` and it doesn't fire
      singulars
    3. COAccording to the picture **you did not do the setup as described** in my answer. The leftmost controller is the tab bar controller, the next one must be a navigation controller (which you are missing), and then the "program" controller.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload