I am having a problem, i have a tabbed navigation program which uses the self.title to name the title. All works good when i change to a different tab, but when i try to go to a different tab after cycleing through all of them the title stays as the last tab views. I have tried:
[self.title release], and [self release] is the dealloc and viewDidLoad statement and i get nothing changes, someone assit me on this.
[self.title release], and [self release] is the dealloc and viewDidLoad statement and i get nothing changes, someone assit me on this.