pkluz / PKRevealController

PKRevealController is a delightful view controller container for iOS, enabling you to present multiple controllers on top of one another.
Other
3.85k stars 659 forks source link

Disable pan gesture on front VC when showing VCs from side #231

Open olejnjak opened 9 years ago

olejnjak commented 9 years ago

Hi,

my situation is that in the left VC I have a menu, one of the menu items is controller with MKMapView inside. When the VC with map is shown in front with the left menu revealed, pan gestures in the visible part of the front VC are being caught by the map so it is not possible to go back to front VC by swiping from right to left.

rabehssera commented 8 years ago

Hi

Are you setting your recognizesPanningOnFrontView at YES ?