Skip to content

list_deleteRows(at:with:)_argokit

aisleep edited this page Dec 17, 2020 · 2 revisions

简介

删除指定行的数据

声明

func deleteRows(at indexPaths: [IndexPath], with animation: UITableView.RowAnimation) -> Self

参数

indexPaths

删除行的索引

animation

删除时的动画

Clone this wiki locally