In my iPhone application, I have a tab bar. This tab bar holds a UINavigationController. I have:
I found if I used self.navigationItem.title = 'Blah'; instead of self.title, it would work.
self.navigationItem.title = 'Blah';
self.title