cwRichardKim / RKSwipeBetweenViewControllers

Swipe between ViewControllers like in the Spotify or Twitter app with an interactive Segmented Control in the Navigation Bar
MIT License
1.67k stars 156 forks source link

Add Child View Controllers #5

Open GabrielMSharp opened 10 years ago

GabrielMSharp commented 10 years ago

I'm trying to combine RKSBVC with a modal transition using UIViewControllerTransitioningDelegate. I want to access the cell they clicked on in the first page, but just instantiating the view controllers in appDelegate doesn't seem to setup a Parent-Child relationship.

Is there another way to init the slider so that it creates the right relationship with its Child Controllers?