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
Hi,
i'm facing the following issue:
When the menu is revealed (left menu) i swipe it to right again and it loses its anchor an its x position becomes greater than zero.
For this i have made a change to the library:
overridefunc gestureRecognizerShouldBegin(_ gestureRecognizer:UIGestureRecognizer)->Bool{
if let panGesture = gestureRecognizer as?UIPanGestureRecognizer, isMenuRevealed, panGesture.velocity(in: view).x >0{return false
}return super.gestureRecognizerShouldBegin(gestureRecognizer)}
The same issue occurs when tapping on the button that calls the revealMenu and at the same time swiping right.
The text was updated successfully, but these errors were encountered:
Hi,
i'm facing the following issue:
When the menu is revealed (left menu) i swipe it to right again and it loses its anchor an its x position becomes greater than zero.
For this i have made a change to the library:
The same issue occurs when tapping on the button that calls the revealMenu and at the same time swiping right.
The text was updated successfully, but these errors were encountered: