I'm trying to place a branding bar (320x22) above the UINavigationBar in a UINavigationController.
Has anyone been successful in doing so? I know many applications already do it, but I wanted to get some ideas on how to accomplish this.
I tried:
- Creating a UINavigationBar category and overriding the drawRect method.
- Placing the UINavigationController inside a UIViewController.
- Moving the nav bar in viewWillAppear (then if i present modal the nav bar pops back into place forcing me to use viewDidAppear which actually shows the navbar moving down again...)
Anyone out there have any better ideas?
Thanks!