How to change UITabBar Selection color

前端 未结 13 809
遇见更好的自我
遇见更好的自我 2020-12-13 09:02

I need to change the selection color of UITabBar from default blue to red. How do we do this.

13条回答
  •  执笔经年
    2020-12-13 09:32

    In IOS5, UITabBar has a selectedImageTintColor property which does what you need.

提交回复
热议问题