How can I change the text and icon colors for tabBarItems in iOS 7?

前端 未结 11 905
陌清茗
陌清茗 2020-12-02 07:26

How can I change the text and icon colors for UITabBar and UITabBarItems in iOS 7? The default gray text seems dim and hard to read for unselected tabbar items.

11条回答
  •  伪装坚强ぢ
    2020-12-02 08:09

    Code free way to change text color in tab bar:

    If you are just using iOS 10 then you may change the Image Tint in your Tab Bar

    If you are also supporting iOS 9 and lower, then you must also add tintColor to your user definer runtime attributes in each tab bar item

    if you also wish to change your icon color make sure the correct color image is in your assest folder and change Render as to Original Image

提交回复
热议问题