Awesome
Flight School: Guide to Swift Codable
Projects, playgrounds, and other materials made while following along with the Flight School book "Guide to Swift Codable".
Contents
-
- Decoding a JSON payload into a model object and then encoding that model object back into JSON.
- Trying out these maneuvers in different array formations.
- Handling errors and edge cases.
-
- Creating
Codable
types capable of interfacing with complex JSON.
- Creating
-
Chapter 3: Taking the Controls
- Various approaches to implementing
Codable
manually.
- Various approaches to implementing
-
Chapter 4: Building a Music Store App with the iTunes Search API
-
Chapter 5: Building an In-Flight Service App with User Defaults
- Persisting data locally with
UserDefaults
. - Loading "inventory" data from local propery lists.
- Persisting data locally with