mutualmobile / MMDrawerController

A lightweight, easy to use, Side Drawer Navigation Controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UITableView in centerview can't be edited

mengxy opened this issue · comments

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

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?