-
Notifications
You must be signed in to change notification settings - Fork 97
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
Tab color not working in IOS #105
Comments
Tab color is working but their corresponding tab icon and tab text color will set automatically according to the background color and bar theme of the tabbar you set. and icon badges are also working in iOS Add custom renderer for iOS. It worked fine for me. [assembly: ExportRenderer(typeof(BottomBarPage), typeof(BottomBarPageRenderer))] protected override void OnElementChanged(VisualElementChangedEventArgs e)
} void AddPropertyChangedHandlersForPages()
} void OnPagePropertyChanged(object sender, PropertyChangedEventArgs e) |
natively Xamarin.forms can custom the Background of Tabs:
You can Close. |
Hey @tahirmehraj, I found this https://montemagno.com/xamarin-forms-official-bottom-navigation-bottom-tabs-on-android/ And the Xabre's Tab Badge Library , they did a Pre-release 2.1.0-pre.3 to support badges on it |
Hi,
this is not working on iOS. I can't see the tab color and the icon badges. although they are working fine in Android. Attaching the screenshot below. Please help me Out
The text was updated successfully, but these errors were encountered: