views:

156

answers:

1

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.

+1  A: 

My opinion,

...subclassing is the way to go.

Jordan