How to Pop Current View from Navigation Controller?
Posted
by theactiveactor
on Stack Overflow
See other posts from Stack Overflow
or by theactiveactor
Published on 2010-04-29T19:35:01Z
Indexed on
2010/04/29
19:37 UTC
Read the original article
Hit count: 358
cocoa-touch
|iphone
Is there a way to pop the current view from the Navigation Controller? Ideally in viewDidLoad
, I would like to perform some sanity checking and if it fails, popup an error dialog and automatically close the current view (remove from parent N.avigation Controller)
© Stack Overflow or respective owner