Skip to content

list_reloadRows(_:at:with:)_argokit

aisleep edited this page Dec 17, 2020 · 2 revisions

简介

重新加载指定行的数据

声明

func reloadRows(_ rowData: [D]?, at indexPaths: [IndexPath], with animation: UITableView.RowAnimation) -> Self where D : ArgoKit.ArgoKitIdentifiable

参数

rowData

重新加载行的数据源,数据源必须遵循 ArgoKitIdentifiable 协议

indexPaths

重新加载行的索引

animation

更新时的动画类型

Clone this wiki locally