0
votes
iPhone SDK 3.0 in-app email - changing navigation bar tint color
Yes it is possible.
Just add a objective-c category in the UINavigationBar class overriding the drawInRect Method.
This way you can do want.
The disadvantage, all your navigation b …
