RKSwipeBetweenViewControllers icon indicating copy to clipboard operation
RKSwipeBetweenViewControllers copied to clipboard

Add Child View Controllers

Open GabrielMSharp opened this issue 10 years ago • 0 comments

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?

GabrielMSharp avatar Nov 14 '14 14:11 GabrielMSharp