Does anybody know how to disable gradient in UINavigationBar and make it totally black?
+2
A:
Create a class that descends from UINavigationBar and implements its own drawRect:
method. You may have to draw the title and buttons yourself (in which case, why not just use a custom view?)
rpetrich
2009-01-29 09:05:40