Skip to content

list_targetIndexPathForMove(_:)_argokit

aisleep edited this page Dec 17, 2020 · 1 revision

简介

设置指定行即将移动到目标位置的闭包

声明

func targetIndexPathForMove(_ action: @escaping (_ sourceData: D, _ proposedDestinationData: D, _ sourceIndexPath: IndexPath, _ proposedDestinationIndexPath: IndexPath) -> IndexPath) -> Self

参数

action

指定行即将移动到目标位置的闭包

Clone this wiki locally