我已使用以下代码更改了Tabbar选定的文本颜色。但我不知道如何在xamarin.forms ios。
中隐藏tabbar顶部边框颜色 UITabBar.Appearance.SelectedImageTintColor = UIColor.FromRGB(247, 148, 30);
答案 0 :(得分:0)
在AppDelegate
中设置它,它在我身边很有效。
UITabBar.Appearance.BackgroundImage = new UIImage();
UITabBar.Appearance.ShadowImage = new UIImage();