I need to create a right side swipe menu in one of the child views like the one in facebook app. I have referred to sample codes like Inferis/ViewDeck.
But my issue is that i want to implement the side swipe on lets say Y view controller. In app delegate, initially X viewcontroller is set. At that time in X viewcontroller, i have set Z viewcontroller as hidden in background. Then when i click on X view's one button, Z viewcontroller is displayed. And from Z viewcontroller I want to perform swipe to open/close to Y viewcontroller.
Any hint would be greatly appreciated.