Graphics Programs Reference
In-Depth Information
Notice the arrows that come from the table view controller to the other two view control-
lers. Each of these is a segue. The icon in the circle tells us that these segues are push
segues.
Build and run the application. Tap on each row, and you will be taken to the appropriate
view controller. You can even move back in the navigation stack to the table view control-
ler like you would expect. The best part about this? We haven't written any code yet.
Note that push segues only work if the origin of the segue is inside a navigation controller.
Fortunately for us, the origin of these segues is the table view controller, which meets this
requirement.
Search WWH ::




Custom Search