UINavigationController Back Button not visible, but works
- by cagreen
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.