-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working On iOS #103
Comments
@here Anyone looking into this ? |
Here tab colour will set according to the background colour of the tabbar. And badges are also working in this, Please see below: Add custom renderer in iOS like this: " [assembly: ExportRenderer(typeof(BottomBarPage), typeof(BottomBarPageRenderer))] protected override void OnElementChanged(VisualElementChangedEventArgs e)
} void AddPropertyChangedHandlersForPages()
} void OnPagePropertyChanged(object sender, PropertyChangedEventArgs e) |
Hi , this is not working on iOS . I can't see the tab colour and the icon badges. Attaching the screenshot below . Please help me Out
![screen shot 2018-05-10 at 7 20 59 pm](https://user-images.githubusercontent.com/39102228/39873250-02e967ea-5488-11e8-8151-76c57b41c8b7.png)
The text was updated successfully, but these errors were encountered: