79807932

Date: 2025-11-03 14:01:00
Score: 1.5
Natty:
Report link

The reason you have a ghost cell is probably because you are returning a copy operation on your DropProposal:

https://developer.apple.com/documentation/uikit/uitableviewdropdelegate/tableview(_:dropsessiondidupdate:withdestinationindexpath:)

You should be returning a UITableViewDropProposal with a move operation.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Srinivasan