I have a scenario where my UINavigationController skips the return button (left button), but pressing the left button still works.
I found a similar problem posted here: Does the UINavigationController return button disappear? which was resolved without setting the title to @ "", but that is not my problem. Are there other scenarios that can cause this behavior?
UPDATE:
In case that matters, this is my view hierarchy. My MainWindow contains a UINavigationView, which first loads the UIViewController (this view contains a map). When you click on the accessory annotation button, the UITableViewController is loaded. This is the view that the back button should have.
Thanks.
iphone uinavigationcontroller
cagreen
source share