How do I create a list of enum case by using dictionary of Array

前端 未结 0 1203
花落未央
花落未央 2021-02-10 04:11

I have been struggling about SwiftUI list for a while.

this is my data model

struct Item: Codable, Equatable, Identifiable, Hashable {
    var id : String
         


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