Archives
To customize the background image of the navigation bar, you can create a separate class extending UINavigationBar and override its drawRect method. To do that, first create a new class named STNavigationBar with the following definition in the STNavigationBar.h file: @interface STNavigationBar : UINavigationBar { } Then, implement the drawRect method in the STNavigationBar.m file: [...]
Jul 17th, 2011 | Filed under iOS