7

Possible Duplicate:
Custom UINavigationBar Background

I am creating my uinavigation controller programatically in the application delegate. I have a class that subclasses UINavigationBar and would like to assign that as the controller's navigation bar. In IB, I would just select the controller, its bar and change the class from the default to my custom class. However I don't know how to do this in code. Any help would be greatly appreciated.

Community
  • 1
  • 1
John S
  • 1,687
  • 6
  • 21
  • 28

1 Answers1

0

I just started typing out a detailed reply when I remembered that I used my custom navigation controller from this post

Guess it is exactly what you're looking for as well.

Bourne
  • 10,094
  • 5
  • 24
  • 51