theagodDev
Results
1
comments of
theagodDev
trafficstars
+1 I can't set the selected tab color with any of the workarounds. This original code from TabbedPage XAML use to work: ``` BarBackgroundColor="{DynamicResource AppleBackgroundMenuColor}" BarTextColor="{DynamicResource AppleMenuItemTextColor}" SelectedTabColor="{DynamicResource AppleMenuItemSelectedTextColor}" UnselectedTabColor="{DynamicResource...