Quote:
Originally Posted by jsd
you could define a custom titleview in the initWithNibName and just store a reference to it in your class - then access the label in the view later on and do whatever you want with it.
|
Well, that is essentially what I am doing except I get IB to establish the reference to the nav bar rather than overloading the initWithNibName method and I don't need a custom titleView. Your solution may get around the problem of having to set the title after the view appears though. Thanks.