I have this layout in storyboard for my ipad app.
NavRootController—>LoginVC—>TabViewController(5 tabs)
I have added PassCodeVC that I would like to display modally in “ApplicationDidEnterForeground”, and when code entered it goes to the view where the user was at last. I am not sure which Controller would present the PassCodeViewController?
The rootView Controller presented the PassCodeView. I displayed the passcode View modally from ApplicationDidEnterForeground.