SPNavigationDrawerwithTABbar icon indicating copy to clipboard operation
SPNavigationDrawerwithTABbar copied to clipboard

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

Open rajkumar0143 opened this issue 5 years ago • 2 comments

rajkumar0143 avatar Aug 02 '18 10:08 rajkumar0143

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

ssowri1 avatar Aug 03 '18 13:08 ssowri1

Thanks for support

rajkumar0143 avatar Aug 03 '18 16:08 rajkumar0143