Xamarin Storyboards: Navigation

In the previous installment in this series, I left off with Directionsbinding 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

About Jesse Liberty

Jesse Liberty has three decades of experience writing and delivering software projects and is the author of 2 dozen books and a couple dozen online courses. His latest book, Building APIs with .NET will be released early in 2025. Liberty is a Senior SW Engineer for CNH and he was a Senior Technical Evangelist for Microsoft, a Distinguished Software Engineer for AT&T, a VP for Information Services for Citibank and a Software Architect for PBS. He is a Microsoft MVP.
This entry was posted in Xamarin. Bookmark the permalink.