Tableview to Tableview
You’ll want to embed these two TableViewControllers in a Navigation controller. You can do this in storyboard: Select the TableViewController with the first table in it In Xcode’s menu bar: Editor > Embed In > Navigation controller Create another TableViewController in the storyboard. Ctrl+Drag a storyboard segue from a TableViewCell on the first TableViewController to … Read more