-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
UITableView in centerview can't be edited #184
Comments
Same here. I have a UITableView with edit mode enabled. When I try to drag a cell it starts to move. After a few pixels of dragging the cell snaps back to its original location. |
I have solved this problem. After the tableview setEditing, change openDrawerGestureModeMask to MMOpenDrawerGestureModeNone. |
@mengxy That's probably a good workaround for now. I'll see if I can update the README.md to describe this. |
I have an UITableView in centerview,how to implement sliding delete? |
I have a problem In center UITableView, did select one row to push a new sub viewController i changed openDrawerGestureModeMask to prevent open Drawer in sub ViewController. but If i pop up the sub new viewController , should i open DrawerGestureModeMask |
I hava a problem in left ViewController ,then I did select the row enter my centerView ,the centerVC is tabbarVC ,then push nextVc from CenterVC,and leftNavItem of the nextVC is not system back Item ,i look have the effect of DDMenuController ,now ,what i can do? |
I have an UITableView in centerview. While the tableview is set editing, I can't drag cells up and down.
The text was updated successfully, but these errors were encountered: