Guide to Swift Codable. Chapter 2: Holding Patterns
by box-jeon 2018. 4. 22. 10:44
Decodable을 conform할 때 맞닥드릴 수 있는 몇 가지 케이스들을 다루고 있습니다.
- Nested Object
- Enumeration
- Key/Property Name Mismatches
- Date
- Null Value
enum CodingKeys를 정의만 해도 알아서 사용하는 걸 보면 일종의 예약어처럼 동작하는 것으로 보입니다. 서둘러 3장으로 가야겠네요.
Guide To Swift Codable. Chapter 5: Building an In-Flight Service App with User Defaults
2018.05.16
Guide To Swift Codable. Chapter 4: Building a Music Store App with iTunes Search API
2018.05.11
Guide to Swift Codable. Chapter 3: Taking the Controls
2018.04.30
Guide to Swift Codable. Chapter1: First Flight
2018.04.21
댓글 영역