Tag: Codable
-
Migrating to Codable from NSCoding
For those who came in late: Apple introduced the `Codable` protocol in Swift 4, which allows you to encode and decode your model types to data types such as JSON and property…
Craig Grummitt – Before I forget
Discoveries in Swift and iOS development.
For those who came in late: Apple introduced the `Codable` protocol in Swift 4, which allows you to encode and decode your model types to data types such as JSON and property…