You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
No description provided.
The text was updated successfully, but these errors were encountered: