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
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?
The text was updated successfully, but these errors were encountered:
Adding support for the UITableViewDataSource method - (BOOL)tableView:(UITableView *)tableView canMoveRowAtIndexPath:(NSIndexPath *)indexPath would be a great improvement for the component.
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?The text was updated successfully, but these errors were encountered: