Saving Data in iOS - Part 16: Section 2: Codable | Ray Wenderlich

You're sure to build up complex hierarchies of structs, classes, and enums, in your coding journey. Codable's got you covered!


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/4307-saving-data-in-ios/lessons/16
1 Like

These code examples are great. I decided to recode the Scene struct from scratch and learned a lot from it. Forgot to make Sticker equatable, when I tried to make Scene equatable Xcode complained, that was a gotcha.
If you guys can show more of these challenging code examples in future courses it would be awesome!

1 Like