Search code examples
xamarin.formsc#-3.0xamarin-studio

How to use Three horizontal bars ☰ menu icon in the iOS App using Xamarin Forms?


How to use Three horizontal bars ☰ menu icon in the iOS App using Xamarin Forms ?

I am working on XAMARING Forms - Multipage Project. How to use three Horizontal bar icon ?


Solution

  • Change navigating between related pages logic, use Xamarin.Forms master-detail page. Read more: https://developer.xamarin.com/guides/xamarin-forms/user-interface/navigation/master-detail-page/