Possible Duplicate:
iPhone Navigation Bar Title text color
I am trying to change the text color of the navigation title bars in my application. I have managed to do this in iOS 5 using the new appearance API's, but having looked at various threads on how to do so on iOS 4 I am still lost.
I would like to be able to set the text color for the UINavigationBar on all of my View Controllers to a certain color, for iOS 5 I used the appearance method in my AppDelegate, but completely unsure how to do this for iOS 4.
Can anybody help please?