dewango / BottomNavigationBarXF

Bottom Navigation Bar for Xamarin Forms
MIT License
187 stars 97 forks source link

iOS error: xf:BottomBarPageExtensions not found #61

Open juanagu opened 7 years ago

juanagu commented 7 years ago

It's possible create tabs in xaml using BottomBarPageExtensions on android and iOS?

AlexanderMelchers commented 7 years ago

You can have bottom navigation in both Android and iOS, just not using the same library. In order to have bottom navigation on iOS, you should use the iOS-standard tab-mechanism, which is what Xamarin.Forms uses by default to render tabbed pages on that platform.