UINavigationController doesn't fully push view and only changes the Navigation toolbar to the next v

Posted by user284757 on Stack Overflow See other posts from Stack Overflow or by user284757
Published on 2010-05-03T17:40:55Z Indexed on 2010/05/03 17:48 UTC
Read the original article Hit count: 163

So I have an iPhone application that utilizes a UINavigationController for setting up the views. When the application first starts, it presents the user with a UITableViewController and the user can select an item and it will push another view. Now I have it set so that my app remembers the user's last selection and automatically selects it and loads the correct view controller. The only problem is that I am experiencing a really weird glitch when I load the next view automatically..

When the view is pushed, the navigation toolbar will change so that a back button directed to the previous view is showing but it won't display the next view. It will instead keep showing the table view and I can interact with it as well. I can press the back button and it will change the toolbar back and the tableview is still shown. Then when I select an item it loads the view just fine.

Thanks for the help.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uinavigationcontroller