Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

Panning doesn't work #233

Open
rabehssera opened this issue Nov 30, 2015 · 1 comment
Open

Panning doesn't work #233

rabehssera opened this issue Nov 30, 2015 · 1 comment

Comments

@rabehssera
Copy link

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
Copy link
Author

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

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant