일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
- Human interface guide
- 스위프트
- 리펙토링
- clean architecture
- 리팩토링
- swiftUI
- RxCocoa
- Observable
- rxswift
- Xcode
- combine
- ios
- Clean Code
- UITextView
- HIG
- collectionview
- tableView
- MVVM
- 리펙터링
- UICollectionView
- Protocol
- 클린 코드
- map
- Refactoring
- swift documentation
- uitableview
- 애니메이션
- uiscrollview
- ribs
- SWIFT
- Today
- Total
목록encoding (2)
김종권의 iOS 앱 개발 알아가기
* 기본적인 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 데이터에..
* 기본적인 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 값만 사용하고 싶은 경우, ..