Invisible back button when view controller pushed onto navigation controller
Posted
by Robert Conn
on Stack Overflow
See other posts from Stack Overflow
or by Robert Conn
Published on 2010-03-16T23:46:03Z
Indexed on
2010/03/16
23:51 UTC
Read the original article
Hit count: 258
I'm using a navigation controller to drill into a detail view when a cell is tapped. When I push my view controller onto the navigation controllers stack, I expect to see a back button that I can tap to pop the previous view off the stack.
The issue is that the back button isn't visible, but when tapping where it should be returns me to the previous view. What's the problem?
© Stack Overflow or respective owner