> On Aug 11, 2014, at 2:47 AM, bigpig <[email protected]> wrote:
> 
> Some method deprecated in iOS 7.0, so i want to know a good way to change the 
> UITabBarItem title font color which i want to set.

I’m not certain what methods you speak of, but deprecated means “no longer 
recommended” not “no longer works”.

However, the recommendation is that you use -[UIBarItem 
setTitleTextAttributes:forState:], which is supported on iOS 5 or later.

> _______________________________________________
> 
> Cocoa-dev mailing list ([email protected])
> 
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
> 
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com
> 
> This email sent to [email protected]

--
David Duncan


_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to