Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ios
- Clean Code
- ribs
- MVVM
- 스위프트
- 리펙터링
- swift documentation
- HIG
- UITextView
- uiscrollview
- map
- Xcode
- UICollectionView
- RxCocoa
- swiftUI
- 리팩토링
- clean architecture
- 클린 코드
- rxswift
- 리펙토링
- tableView
- Refactoring
- 애니메이션
- Human interface guide
- combine
- collectionview
- Observable
- uitableview
- Protocol
- SWIFT
Archives
- Today
- Total
목록KeyedCodable (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] json, codable, nestedContainer(keyedBy:forKey:), KeyedCodable로 중첩 모델 처리 방법
* 기본적인 Codable, Decode, Encode 개념은 이곳 참고 * 관련 포스팅 글 json, codable, nestedContainer(keyedBy:forKey:), Decoding 중첩 모델 처리 방법 (디코딩) json, codable, nestedContainer(keyedBy:forKey:), Encoding 중첩 모델 처리 방법 (인코딩) json, codable, nestedContainer(keyedBy:forKey:), KeyedCodable로 중첩 모델 처리 방법 중첩 모델을 flatten 모델로 정의 방법 { "user_id": "jake", "blog_info": { "name": { "first": "iOS 앱 개발 알아가기", "second": "SwiftUI 앱 개..
iOS framework
2022. 2. 9. 23:45