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

LeftView and CenterView Controller both vertical scrollable #214

Open vhochstein opened 9 years ago

vhochstein commented 9 years ago

Hi, in case LeftViewController is visible I can scroll perfectly vertical.

My center view is vertically scrollable which works perfectly as well.

However, eg in Landscape mode. 1- center view vertically scrollable 2- open leftview 3- leftview vertically scrollable, centerview not scrollable 4- hide leftview 5- centerview scrollable again.

Is it possible to independently scroll both vertically in case leftview is visible?