SPNavigationDrawerwithTABbar
SPNavigationDrawerwithTABbar copied to clipboard
Can we add Pan gesture for drag and leave in side menu
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
Thanks for support