How to implement interactive transitions in a custom container view controller
问题 I implemented my own custom container view controller and I try to make it compatible with iOS 7 view controller transitions. I make my custom container view controller conform to UIViewControllerContextTransitioning and I send self when I call transitionDuration: and animateTransition: . It all works fine as long as I use only animated transitions. Now I want to make it work with interactive transitions, so I call the interaction controller's startInteractiveTransition: instead of the