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

Take the value of `disablesFrontViewInteraction` into account #198

Open j2bbayle opened 10 years ago

j2bbayle commented 10 years ago

When showing the left or right view, we should enable or disable user interactions depending on the value of the disablesFrontViewInteraction property. We used to always disable those interactions, which is certainly the cause of #172.