Make your Xamarin.Forms tabbed pages look more familiar to your users
------------- | 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