UINavigationController Back Button not visible, but works
Posted
by cagreen
on Stack Overflow
See other posts from Stack Overflow
or by cagreen
Published on 2010-03-21T02:39:05Z
Indexed on
2010/03/21
2:41 UTC
Read the original article
Hit count: 385
iphone
|uinavigationcontroller
I have a scenario where my UINavigationController is missing the back button (left button) but tapping the left button still seems to work.
I found a similar problem posted here: http://stackoverflow.com/questions/919832/uinavigationcontrollers-back-button-disappears which was resolved by not setting the title to @"", but that's not my problem. Are there any other scenarios that would cause this behaviour?
Thanks.
© Stack Overflow or respective owner