We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Couldn't load subscription status. Retry
There was an error while loading. Please reload this page.
设置每个章节的顶部视图
func sectionHeader<T>(_ data: [T], @ArgoKit.ArgoKitListBuilder headerContent: @escaping (T) -> View) -> Self where T : ArgoKit.ArgoKitIdentifiable
data
章节顶部视图的数据源,数据源需遵循 ArgoKitIdentifiable 协议
headerContent
章节顶部视图的内容