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 Editing Problems #13

Open
davypaperboy opened this issue Sep 7, 2012 · 3 comments
Open

UITableView Editing Problems #13

davypaperboy opened this issue Sep 7, 2012 · 3 comments

Comments

@davypaperboy
Copy link

When using a UITableView as the Center view, editing does not work, specifically reordering cells.

  • (void)tableView:(UITableView *)tableView moveRowAtIndexPath:(NSIndexPath *)sourceIndexPath toIndexPath:(NSIndexPath *)destinationIndexPath

gets called in the delegate, but always returns destination & source as same the value.

@bagusflyer
Copy link

I don't think it's the problem of this component.

@yanndupuy
Copy link

I have the same issue, i think it's due to GestureRecognizer and touch event not forward. May be this bug is connected with issue #29

Anyone find a solution ?

@yanndupuy
Copy link

One solution is to keep a reference to the PanGestureRecognizer in FoldView Object and disable it throught property enable

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

3 participants