Skip to content

list_canPerformAction(_:)_argokit

aisleep edited this page Dec 17, 2020 · 1 revision

简介

设置指定行是否可以执行某一操作的闭包

声明

func canPerformAction(_ action: @escaping (_ action: Selector, _ data: D, _ indexPath: IndexPath, _ sender: Any?) -> Bool) -> Self

参数

action

指定行是否可以执行某一操作的闭包

Clone this wiki locally