Skip to content

list_moveRow(_:)_argokit

aisleep edited this page Dec 17, 2020 · 1 revision

简介

设置移动选中行时的闭包

声明

func moveRow(_ action: @escaping (_ sourceData: D, _ destinationData: D, _ sourceIndexPath: IndexPath, _ destinationIndexPath: IndexPath) -> Void) -> Self

参数

value

移动选中行时的闭包

Clone this wiki locally