iphone X 移除 UITabbarViewController 在选定选项卡中的蓝色突出显示
iphone X remove UITabbarViewController blue highlighting in selected tab
我想在从 UITabbarViewController
中选择选项卡的蚂蚁时删除 iPhone X(10) 中的蓝色突出显示
您可以通过使用 属性 tintColor
仅对标签栏的项目指定颜色来自定义它
Discussion
Assigning a value to this property applies the specified color only to the tab bar’s items. Even if you do not specify a color, the tab bar may tint items using the tint color of one of its ancestor views. For information on how tinting colors are applied to views in a view hierarchy, see the description of the tintColor property in UIView.
我想在从 UITabbarViewController
您可以通过使用 属性 tintColor
仅对标签栏的项目指定颜色来自定义它
Discussion Assigning a value to this property applies the specified color only to the tab bar’s items. Even if you do not specify a color, the tab bar may tint items using the tint color of one of its ancestor views. For information on how tinting colors are applied to views in a view hierarchy, see the description of the tintColor property in UIView.