0

I know iOS 5 and later has methods to change the attributes for UITabBarItem but i don't know how to change the color of UITabBarItem title in iOS less than 5.0

Venk
  • 5,949
  • 9
  • 41
  • 52
vipul
  • 426
  • 1
  • 5
  • 13

1 Answers1

0

It can't be set in iOS4 as far as I know. However, you can customize your tabBar to do so. You can try THIS. It works excellent. ;)

And an interesting post : Customising the Appearance of UITabBarController