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
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 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?
Activity
bshamblen commentedon Dec 14, 2013
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 commentedon Dec 14, 2013
I have solved this problem. After the tableview setEditing, change openDrawerGestureModeMask to MMOpenDrawerGestureModeNone.
kcharwood commentedon Jan 28, 2014
@mengxy That's probably a good workaround for now. I'll see if I can update the README.md to describe this.
Updated readme for #184
Updated readme for #184
Updated readme for #184
Merge pull request #209 from mutualmobile/readme_updates
kevindiao commentedon Apr 29, 2014
I have an UITableView in centerview,how to implement sliding delete?
cherishloveyou commentedon May 5, 2014
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 commentedon Dec 20, 2015
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?