MKDSlideViewController
MKDSlideViewController copied to clipboard
issue at second level
What should i do to bring leftviewcontroller from secondary level with a left swipe. please help me out
Do you have these problems on iOS 7.0? There is a new UIScreenEdgePanGestureRecognizer
that hijacks screen edge gestures for a UINavigationController
. You should still be able to move the UINavigationBar
to the side.
I'm looking into ways to better integrate with UIScreenEdgePanGestureRecognizer
at the moment, but I don't have any immediate solutions right now.