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?
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?