vote up 0 vote down star

Does anybody know how to disable gradient in UINavigationBar and make it totally black?

flag

1 Answer

vote up 2 vote down check

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?)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.