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

Create 2 properties to disable closing pan and tap gesture #76

Closed
wants to merge 4 commits into from

Conversation

eikebartels
Copy link

I create

closingPanGestureEnabled and closingTapGestureEnabled

and there logic to disable the closing

@colincameron
Copy link

+1

Without the ability to disable the closing pan gesture, swipe-to-delete on table view cells within the drawer is impossible.

@colincameron
Copy link

I was having trouble with this, as setting closingPanGestureEnabled to false actually prevented any user interaction with the mainViewController's view, regardless of the drawer state.

I've submitted #87 which overcomes this by taking a different approach.

@timusus
Copy link
Collaborator

timusus commented May 24, 2018

Possibly superseded by #87

@timusus timusus closed this May 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants