일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- Protocol
- HIG
- ios
- 리펙터링
- tableView
- rxswift
- swift documentation
- collectionview
- clean architecture
- Refactoring
- UICollectionView
- uiscrollview
- map
- SWIFT
- 스위프트
- 리팩토링
- 애니메이션
- Clean Code
- uitableview
- UITextView
- MVVM
- swiftUI
- RxCocoa
- combine
- Observable
- 클린 코드
- 리펙토링
- ribs
- Human interface guide
- Xcode
- Today
- Total
목록encoding (2)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cbVg2e/btrspKJ6kyg/3SjPxeW1ZlgD6D2aQTkcd0/img.png)
* 기본적인 Codable, Decode, Encode 개념은 이곳 참고 * 관련 포스팅 글 json, codable, nestedContainer(keyedBy:forKey:), Decoding 중첩 모델 처리 방법 (디코딩) json, codable, nestedContainer(keyedBy:forKey:), Encoding 중첩 모델 처리 방법 (인코딩) json, codable, nestedContainer(keyedBy:forKey:), KeyedCodable로 중첩 모델 처리 방법 중첩 모델을 flatten 모델로 정의 방법 이전 포스팅 글인 디코딩과 마찬가지로 nestedContainer(keyedBy:forKey:) 사용 (관련 개념은 이전 포스팅 글 참고) ex) 아래 json 데이터에..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/GFyrs/btrspIZxRpO/QBqHiAJtrTgIRJbtMKzzU0/img.png)
* 기본적인 Codable, Decode, Encode 개념은 이곳 참고 * 관련 포스팅 글 json, nestedContainer(keyedBy:forKey:), Decoding 중첩 모델 처리 방법 (디코딩) json, nestedContainer(keyedBy:forKey:), Encoding 중첩 모델 처리 방법 (인코딩) json, nestedContainer(keyedBy:forKey:), KeyedCodable로 중첩 모델 처리 방법 중첩 모델을 flatten 모델로 정의 방법 nestedContainer(keyedBy:forKey:) 사용 nestedContainer에 접근할때 사용되는 메소드 ex) 아래 json 데이터에서 blog_info.name.first 값만 사용하고 싶은 경우, ..