Skip to content
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

Closed
mengxy opened this issue Dec 5, 2013 · 6 comments
Closed

UITableView in centerview can't be edited #184

mengxy opened this issue Dec 5, 2013 · 6 comments

Comments

@mengxy
Copy link

mengxy commented Dec 5, 2013

I have an UITableView in centerview. While the tableview is set editing, I can't drag cells up and down.

@bshamblen
Copy link

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.

@mengxy
Copy link
Author

mengxy commented Dec 14, 2013

I have solved this problem. After the tableview setEditing, change openDrawerGestureModeMask to MMOpenDrawerGestureModeNone.

@kcharwood
Copy link
Contributor

@mengxy That's probably a good workaround for now. I'll see if I can update the README.md to describe this.

kcharwood added a commit that referenced this issue Jan 28, 2014
kcharwood added a commit that referenced this issue Jan 28, 2014
kcharwood added a commit that referenced this issue Jan 28, 2014
kcharwood added a commit that referenced this issue Jan 28, 2014
@kevindiao
Copy link

I have an UITableView in centerview,how to implement sliding delete?

@cherishloveyou
Copy link

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

@raybon-lee
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants