How to acces array of structures in structure Swift

后端 未结 0 1403
無奈伤痛
無奈伤痛 2020-12-13 18:25

I have the following stucture:

struct Points : Codable {
    var name : String?
    var interests : [Interests]
    
    ///How do i get string or array of st         


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