uinavigationcontroller - iOS Programatically Drill Down Navigation Stack -
uinavigationcontroller - iOS Programatically Drill Down Navigation Stack - i posted question before today regarding reacting receipt of force notification, whereby needed drill downwards 1 view another. question answered, have moved on requirement reacting force notifications, whereby need drill downwards 3rd level in navigation stack. below mockup of view hierarchy, on receipt of force notification want drill downwards view titles "third view". from reply previous question, able drill downwards "second view", when seek perform segue force "third view" on stack, same type of error per previous question: terminating app due uncaught exception 'nsgenericexception', reason: 'could not find navigation controller segue 'admin'. force segues can used when source controller managed instance of uinavigationcontroller.' in appdelegate, when receive notification select required tab then: uinavigationcontrol...