iphone - changing text color of uitabbaritem -


Anyone can help me in this weird problem, anyway, changing the text color of the YouTube bar object defaults to white and selected Blue by color

The old question is, but I have a new answer that is supported in iOS 5 (I also have LLVM 4.0 liters)

  [[UITabBarItem presence] setTitleTextAttributes: @ {NSForegroundColorAttributeName: [UIColor whiteColor]} forState: UIControlStateNormal]; [[UITabBarItem appearance] setTitleTextAttributes: @ {NSForegroundColorAttributeName: [UIColor blue color]} forState: UIControlStateSelected];  

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -