jcardenete
jcardenete

Reputation: 1656

UITableView custom drag&drop (Trello style)

I'm working on an implementation of a drag&drop of cells in an UITableView different than the standard, what means without the three lines icon. The user can drag by holding the tap anywhere on the cell and move this cell to any other position. The app Trello does something like that. Is there any library already done? Or anyone has some hint on how to do it?

Upvotes: 1

Views: 685

Answers (1)

Durgaprasad
Durgaprasad

Reputation: 1951

try this library. they have implemented without three lines.

Upvotes: 1

Related Questions