Skip to content

list_commitEditingRow(_:)_argokit

aisleep edited this page Dec 17, 2020 · 1 revision

简介

设置提交选中行编辑状态的闭包

声明

func commitEditingRow(_ action: @escaping (_ editingStyle: UITableViewCell.EditingStyle, _ data: D, _ indexPath: IndexPath) -> Void) -> Self

参数

action

提交选中行编辑状态的闭包

Clone this wiki locally