I started by pushing 2 UIViewControllers in my app delegate homeView and loginView (back button is hidden).
In my loginView I have a condition to check whether to pop to homeView or remain at loginView.
In my homeView I pushed another UIViewController called myMatches and this time I didn’t hide the back button.
The crash happens when I press this back button (it will display my homeView for a while and then crashes).
Anyone had encountered this problem before? How did you solve it?
please check in your myMatches dealloc, something(variable,object whatever)release in there.