iphone - disable UINavigationBar gradient -


Do anyone know how to disable the gradient in UINavigationBar and make it completely black?

Create a class from UINavigationBar and type your own drawRect: Apply You may have to draw your headline and button (in that case, why not just use the custom view?)


Comments