标签: ios uitabbaritem
我已使用setTitleTextAttributes.更改了某些所选文字的默认蓝色 但是,选择后图像仍会变为蓝色。
setTitleTextAttributes.
如何更改此行为?
答案 0 :(得分:3)
我会使用UIAppearance。
[[UITabBar appearance] setSelectedImageTintColor:[UIColor redColor]];
[[UITabBar appearance] setSelectedImageTintColor:[UIColor redColor]