Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot continuously drag center view left and right. Locks to initial direction. #109

Closed
ghost opened this issue Aug 14, 2013 · 3 comments
Closed

Comments

@ghost
Copy link

ghost commented Aug 14, 2013

Basically you can't drag left a bit, then drag all the way to the right to reveal the menu (and vice-versa). Snapchat has the continuous center viewcontroller drag.

@mikefrederick
Copy link
Owner

I originally wrote it so that you could do this. I ended up following Facebook's implementation, which doesn't allow the continuous drag.

Would love to see a pull request making this optional.

@chourobin
Copy link
Contributor

#114 has to be enabled by setting self.menuContainerViewController.elastic = YES;

@mikefrederick
Copy link
Owner

@chourobin I think you are misunderstanding this issue -- I believe what @ranuamar meant is that he wants to be able to drag from the right menu being open to the left menu being open all in one swipe.

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

Successfully merging a pull request may close this issue.

2 participants