-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Already Swiped Cells show no buttons on return #6
Comments
I think this is being caused by didPerformContextMenuLayout not being set to NO after the context menu is closed. A partial solution is to add
to the handlePan method in DAContextMenuCell when UIGestureRecognizerStateEnded is tested. This works if you pan each cell manually, but still shows no buttons if the context menu is dismissed with a tap, trying to find out how to capture that event. |
fixed in #7 |
I can still reproduce this issue in the current HEAD version. I just swipe several cells shortly after each other. In many cases, if I swipe a cell that was previously swiped already, the buttons aren't shown but just the white background. |
This issue is still in the current HEAD version. It seems that as a workaround adding a
in |
To replicate issue,
The text was updated successfully, but these errors were encountered: