Steve Bilogan
Steve Bilogan
@Youssef1313, so this is a bug in TabBar then right? Not a binding thing in the sample?
Fyi @Xiaoy312
also cc @dr1rrb if it is maybe an MVUX thing
Starting from the merge of the multi-window work, we no longer wrap the Window content in a root Border element anymore and since the affected runtime test was using the...
Smells like we are missing a check in the [NavigationBarRenderer.iOS.cs](https://github.com/unoplatform/uno.toolkit.ui/blob/main/src/Uno.Toolkit.UI/Controls/NavigationBar/NavigationBarRenderer.iOS.cs) for `UIDevice.CurrentDevice.CheckSystemVersion(13, 0)` when referencing the `UINavigationBarAppearance` APIs
Potential candidate for conversion: https://github.com/unoplatform/uno.toolkit.ui/issues/1232
Ah yes I forgot that our "Bottom" TabBar is technically the Material Design "NavigationBar" In that case we should just have Control|Style Key -|- TabBar|PrimaryTabBarStyle| TabBar|SecondaryTabBarStyle| TabBar|NavigationTabBarStyle| And `TabBar` itself...
Looking at the [Tabs guidelines](https://m3.material.io/components/tabs/guidelines), there isn't much difference between Primary and Secondary except for the selection indicator size. So both should be using a similar TabBarItemStyle. In fact, we...