Quote:
Originally Posted by emansfield
Thanks jsd. That probably works, but it doesn't solve my problem as it will set the title when the view is loaded. I want to set the title when the view appears as I use the same view for adding new items and for editing existing ones. The solution described above works for me though, kludgy though it may be.
|
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.