We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
在指定位置插入新行数据
func insertRows(_ rowData: [D], at indexPaths: [IndexPath], with animation: UITableView.RowAnimation) -> Self where D : ArgoKit.ArgoKitIdentifiable
rowData
插入的每行数据源,数据源必须遵循 ArgoKitIdentifiable 协议
indexPaths
插入行的索引
animation
更新时的动画类型