Make your Xamarin.Forms tabbed pages look more familiar to your users. Learn more at https://thatcsharpguy.com/post/platformtabbedpage-xamarin-forms-en/
See more Xamarin related posts here: https://thatcsharpguy.com
------------- | Android | iOS |
---|---|---|
Vanilla Forms | ||
Only tabs | ||
With badges |
You must install only one of the following packages, installing both will bring nothing but pain to your builds.
PM> Install-Package PlatformTabbedPage
PM> Install-Package BadgedPlatformTabbedPage -Pre
- Thans to the awesome Plugin.Badge from xabre
MIT