Back button of Navigation Controller does not work!
Posted
by JosephH
on Stack Overflow
See other posts from Stack Overflow
or by JosephH
Published on 2010-03-28T01:03:52Z
Indexed on
2010/03/28
1:13 UTC
Read the original article
Hit count: 260
For some reason, if I try to go back to the main menu using the back button on the upper left corner, only the title returns to the previous menu, but not the view controller. View controller would return to the previous menu only if I explicitly call popViewControllerAnimated using some other button.
Is there anyway to solve this? I think I've coded something wrong. Tried googling but couldn't find any cases like mine.
© Stack Overflow or respective owner