-
Notifications
You must be signed in to change notification settings - Fork 207
list_appendSections(_:sectionHeaderData:sectionFooterData:with:)_argokit
aisleep edited this page Dec 17, 2020
·
2 revisions
在列表尾部增加新章节数据
func appendSections(_ data: [[D]], sectionHeaderData: [ArgoKitIdentifiable]? = nil, sectionFooterData: [ArgoKitIdentifiable]? = nil, with animation: UITableView.RowAnimation) -> Self where D : ArgoKit.ArgoKitIdentifiable
data
新增章节的数据源,数据源必须遵循 ArgoKitIdentifiable 协议
sectionHeaderData
新增章节的顶部数据源,数据源必须遵循 ArgoKitIdentifiable 协议
sectionFooterData
新增章节的底部数据源,数据源必须遵循 ArgoKitIdentifiable 协议
animation
更新时的动画类型