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

Can we add Pan gesture for drag and leave in side menu #3

Open
rajkumar0143 opened this issue Aug 2, 2018 · 2 comments
Open

Can we add Pan gesture for drag and leave in side menu #3

rajkumar0143 opened this issue Aug 2, 2018 · 2 comments

Comments

@rajkumar0143
Copy link

No description provided.

@ssowri1
Copy link
Owner

ssowri1 commented Aug 3, 2018

First of all thank you for using my asset. Yeah you can add pan gesture to this SPNavigationDrawerwithTABbar. Although I have not given the support for pan gesture here. You can customise through DrawerView.swift
And using below code you can access your pan gesture as per your desire.

let gestureRecognizer = UIPanGestureRecognizer(target: self, action: #selector(handlePan)) self.someDraggableView.addGestureRecognizer(gestureRecognizer)

Regards,
ssowri1

@rajkumar0143
Copy link
Author

Thanks for support

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

No branches or pull requests

2 participants