Tried out the project: Adopting Drag and Drop in a Table View
https://developer.apple.com/documentation/uikit/drag_and_drop/adopting_drag_and_drop_in_a_table_view
When performing drag drop continuously - it does not work.
My findings: Sometimes
optional func tableView(_ tableView: UITableView, dropSessionDidUpdate session: UIDropSession, withDestinationIndexPath destinationIndexPath: IndexPath?) -> UITableViewDropProposal { }
the top delegate method never fires - although drag session is started.
Please see the attached gif at:
https://pasteboard.co/nrTlSk7g2vxq.gif
Can you please suggest what needs to be done - so drag drop reorder occurs continuously.