What are the requirements for a free expandable List in SwiftUI?

后端 未结 0 1429
别那么骄傲
别那么骄傲 2020-12-02 22:22

Somewhere in my code I have this pretty standard list with sections:

var body: some View {
    List {
        ForEach(userData.groupedBookings) { group in
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题