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

Limit reordering to certain indexPaths #6

Closed
richardvenneman opened this issue Jul 6, 2013 · 1 comment
Closed

Limit reordering to certain indexPaths #6

richardvenneman opened this issue Jul 6, 2013 · 1 comment

Comments

@richardvenneman
Copy link

Hi,

Thanks for the great component.

In my previous reordering implementation (with the built-in canMoveRowAtIndexPath) I was able to utilize the tableView:targetIndexPathForMoveFromRowAtIndexPath:toProposedIndexPath: method from the UITableViewDelegate and limit the indexPaths to which a row could be moved. It seems that the BVReorderTableView does not support the UITableViewDelegate protocol. Do you have any plans on supporting aforementioned method?

@addoshi
Copy link

addoshi commented Aug 7, 2013

Adding support for the UITableViewDataSource method - (BOOL)tableView:(UITableView *)tableView canMoveRowAtIndexPath:(NSIndexPath *)indexPath would be a great improvement for the component.

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

2 participants