© Dawid Borycki 2018
Dawid BoryckiBeginning Xamarin Development for the Machttps://doi.org/10.1007/978-1-4842-3132-6_4

4. Navigation

Dawid Borycki1 
(1)
Institute of Physical Chemistry, Polish Academy of Sciences, Kasprzaka 44/52, Warsaw, 01-224, Poland
 

In all previous samples, we created single view apps. However, in practice your app will most likely comprise more than one view. To implement such a multi-view app you need to know how to handle navigation, which is defined as switching between the views. In this section, I will discuss several approaches for creating multi-view apps.

Tab Bar

I start with the tab bar control, which lets you create multi-tab apps. In this case, the user switches between various views (tabs) using a bar. This bar contains ...

Get Beginning Xamarin Development for the Mac: Create iOS, watchOS, and Apple tvOS apps with Xamarin.iOS and Visual Studio for Mac now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.