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

Panning doesn't work #233

Open rabehssera opened 8 years ago

rabehssera commented 8 years ago

Hello

I'm creating a PKRevealController and, then, I'm resetting its FrontView and its LeftView.

self.revealViewController = [PKRevealController revealControllerWithFrontViewController:frontViewController leftViewController:nil rightViewController:nil];

[self.revealViewController setFrontViewController:[[HomeViewController alloc] init]];` [self.revealViewController setLeftViewController:[[MenuViewController alloc] init]];

Then, if I open the left view and do a swipe, it acts as if the left view wasn't existing. Can someone help me ?

Thanks.

rabehssera commented 8 years ago

Apparently, the problem is solved in the 2.1 version still in development.

@pkluz can you please make an official release soon ? Thanks