Swift ui copy and edit struct Identifiable Codable

前端 未结 0 1631
天涯浪人
天涯浪人 2020-12-29 16:17

I have the following struct:

struct Note: Identifiable, Codable {
    enum CodingKeys: CodingKey {
        case title, message, background
    }
    
    let          


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