标签: ios image swift uicolor uitabbaritem
我想知道如何更改非活动标签栏的灰色阴影图像的颜色。或者,如果有人可以告诉我如何在标签栏处于非活动状态时设置它的图像?
答案 0 :(得分:0)
UITabBarItem有selectedImage和image。您可以使用两者的组合来设置活动/非活动图像。
UITabBarItem
selectedImage
image
tabBarController.tabBar.items将拥有所有UITabBarItem s。
tabBarController.tabBar.items