In the previous installment in this series, I left off with binding data. Today we take a look at page navigation and passing that data around.
Navigation with Storyboards is accomplished with Segues. This process is so easy it is almost frightening. Passing data is almost as easy.
Segues
To get started, return to the application we left off previously, and reopen MainStoryboard.storyboard. Drag a Navigation controller onto the design surface and notice that it brings a second controller with it. It may be necessary to use the zoom feature to make enough room to see all three controllers. Delete the second controller yu just dragged onto the design surface, so that you end up with the Navigation controller and the original View Controller.
Continued here