Skip to content

list_canMoveRow(_:)_argokit

aisleep edited this page Dec 17, 2020 · 1 revision

简介

设置选中行是否可以移动的闭包

声明

func canMoveRow(_ action: @escaping (_ data: D, _ indexPath: IndexPath) -> Bool) -> Self

参数

action

选中行是否可以移动的闭包

Clone this wiki locally