How to change the text color on UINavigationBar button items

Posted by lawrence on Stack Overflow See other posts from Stack Overflow or by lawrence
Published on 2009-02-02T22:15:36Z Indexed on 2010/03/15 13:09 UTC
Read the original article Hit count: 373

Filed under:
|

I've got a UINavigationController and i've changed it to white using the Tint property of the navigation bar in Interface Builder. But the text in buttons and the title is still the default color, white, and so gets lost against the white background. Anyone know how to work around this?

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about cocoa-touch