views:

696

answers:

1

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