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
Setting the longPressGestureRecognizer’s minimumPressDuration property to 0, and then rapidly tapping on cells can cause extra cells to show up that are not able to be moved in any way. This fixes that issue by disabling the longPressGestureRecognizer until the animation that happens when the long press ends.
0 commit comments