I'm trying to present a new view controller that comes in via the presenting view controller being dismissed and having the presented view controller 'already' be behind the presenting one, much in the same way a modal view controller is presented/dismissed.
Is there a way to achieve this by just presenting the view controller, or do I somehow have to present the view controller before hand and then hide it underneath and then dismiss the presenting view controller?