iOS change tabbar item color is safe?

前端 未结 3 722
不知归路
不知归路 2021-01-07 07:24

I am properly using following method to change tabbar icon color,

[tabBarController.tabBar setSelectedImageTintColor:[UIColor redColor]];

b

3条回答
  •  礼貌的吻别
    2021-01-07 08:15

    You can check this post on how to determine the current iOS version and do the appropriate tab bar item color setting for users running iOS 5 or lower. Hope this helps.

提交回复
热议问题