NavBar displaying back twice when app changed to landscape mode

Posted by Graeme on Stack Overflow See other posts from Stack Overflow or by Graeme
Published on 2010-03-24T03:44:07Z Indexed on 2010/03/24 4:33 UTC
Read the original article Hit count: 259

Filed under:
|
|
|

Hi,

Not sure what's going on here, but my iPhone apps nav bar shows back and the title of my detail view controller even when I'm back to the original view. It wasn't happening earlier, it has changed recently (but not sure when exactly).

E.g. I click on a row, view the didSelectRow XIB and then click back on the NavBar controller, but it still shows back even though the view does change back to the original table view. I then have to press back again and then it clears.

Update: It's as if its trying to go back three times instead of two. Because, if you visit another row without removing the back button, it stores it as if you need to go back twice.

It works fine in portrait mode.

Any ideas?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about landscape