Best way to set default tint for UINavigationController

Posted by Brian on Stack Overflow See other posts from Stack Overflow or by Brian
Published on 2010-03-09T01:07:58Z Indexed on 2010/03/09 2:51 UTC
Read the original article Hit count: 385

I use a lot of UINavigationControllers in my app. I am using a UIColor to set the tintcolor of the navigationBar. This works as expected, but I am trying to find an easy way to set a default tintcolor for all UINavigationControllers. What is the best way to do this? Is it subclassing the UINavigationController, or is there something better?

Thanks for the help.

© Stack Overflow or respective owner

Related posts about uinavigationcontroller

Related posts about iphone