I'm using Xamarin.Forms and using Navigation Pages. When I run on the Android, there is a single navigation bar visible that updates for each page. When I run on iOS, there is always a navigation bar at the very top that takes me to the root page, and then all subsequent pages use a second navigation bar beneath that. Is this expected behavior on an iOS app? I would rather have one navigation bar instead of 2, how can I achieve this?
I'm running on iPhone SE iOS 10.0 using latest alpha version of Xamarin in Visual Studio 2015