bvogelzang / BVReorderTableView

Easy Long Press Reordering for UITableView
MIT License
234 stars 59 forks source link

Allow delegate to override the dragged cell #31

Closed juri closed 3 years ago

juri commented 9 years ago

When drag starts, asks the delegate if it wants to provide a different cell for dragging. This gives the delegate some freedom to hide, modify, etc things before drag starts.