davidortinau / Xappy

A mobile app to track Xamarin news and explore all the goodness that is .NET for Mobile developers
MIT License
350 stars 106 forks source link

MenuItems don't appear #31

Open ianvink opened 5 years ago

ianvink commented 5 years ago

Is your feature request related to a problem? Please describe. In this wonderful example of the Shell. I noticed that MenuItems added to the Shell.xaml don't appear in iOS however.

You need to remove this line in the iOS renderer to make the menu appear: tvs.Groups.RemoveAt(1); // this is a total hack to hide the separator that appears when there are multiple groups