How can I change a color of image and label on UITabBar on iOS 7.1?

后端 未结 3 1765
遥遥无期
遥遥无期 2021-01-27 15:16

How can I change a color of image and label on UITabBar on iOS 7.1? On iOS 7 I could make it by Tint property. But on iOS 7.1 it doesn\'t work.

3条回答
  •  既然无缘
    2021-01-27 16:04

    UITabBarItem has never had a tint property. No built-in class has ever had a tint property. Nothing has changed here.

    In iOS 7 and 7.1, a UITabBar has a tintColor property because it is a UIView.

提交回复
热议问题