ivan-magda / UpcomingMovies

tvOS example app, shows upcoming movies
35 stars 11 forks source link

Use new Encoding, Decoding and Serialization in Swift 4 #2

Open ivan-magda opened 7 years ago

ivan-magda commented 7 years ago

Make TMDbConfig implements Codable protocol.

Took a look at Swift.Codable but not found how to mix NSCoding & Codable and archive the data.

vatthikorn commented 7 years ago

@vanyaland, I'm going to be working on this.