We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
设置指定行即将移动到目标位置的闭包
func targetIndexPathForMove(_ action: @escaping (_ sourceData: D, _ proposedDestinationData: D, _ sourceIndexPath: IndexPath, _ proposedDestinationIndexPath: IndexPath) -> IndexPath) -> Self
action
指定行即将移动到目标位置的闭包