Swift: Instantiate a view controller for custom transition in the current navigation stack
问题 Introduction I'm creating an app that has, in its rootViewController, a UITableView and a UIPanGestureRecognizer attached to a small UIView acting as a "handle" which enables a custom view controller transition for a UIViewController called "SlideOutViewController" to be panned from the right. Issue I have noticed two issues with my approach. But the actual custom transition works as expected. When the SlideOutViewController is created it is not attached to the navigation stack I believe,