Skip to content

UITableView in centerview can't be edited #184

@mengxy

Description

@mengxy

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

Activity

bshamblen

bshamblen commented on Dec 14, 2013

@bshamblen

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

mengxy commented on Dec 14, 2013

@mengxy
Author

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

kcharwood

kcharwood commented on Jan 28, 2014

@kcharwood
Contributor

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

kevindiao

kevindiao commented on Apr 29, 2014

@kevindiao

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

cherishloveyou

cherishloveyou commented on May 5, 2014

@cherishloveyou

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

raybon-lee commented on Dec 20, 2015

@raybon-lee

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @mengxy@kcharwood@cherishloveyou@bshamblen@kevindiao

        Issue actions

          UITableView in centerview can't be edited · Issue #184 · mutualmobile/MMDrawerController