dragStateDidChange(_:)
Notifies the cell that its drag status changed.
Declaration
func dragStateDidChange(_ dragState: UITableViewCell.DragState)Parameters
- dragState:
The new drag state for the cell.
Notifies the cell that its drag status changed.
func dragStateDidChange(_ dragState: UITableViewCell.DragState)The new drag state for the cell.