How to change tab bar item text color

前端 未结 12 1966
没有蜡笔的小新
没有蜡笔的小新 2020-12-13 05:36

\"enter

How can I change the color of \"More..\" text in tabbar to match with its icon

12条回答
  •  暖寄归人
    2020-12-13 06:21

    Code free way to do this:

    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

提交回复
热议问题