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
- Observable
- 애니메이션
- RxCocoa
- Refactoring
- HIG
- Protocol
- 리펙토링
- uitableview
- map
- tableView
- SWIFT
- swift documentation
- ribs
- combine
- 리펙터링
- UITextView
- clean architecture
- 클린 코드
- swiftUI
- uiscrollview
- Xcode
- MVVM
- Clean Code
- ios
- 스위프트
- collectionview
- Human interface guide
- UICollectionView
- 리팩토링
- rxswift
Archives
- Today
- Total
목록RxTableViewSectionedReloadDataSource (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] RxDataSources로 TableView 구현 방법 (RxTableViewSectionedReloadDataSource)
* Section별, Item별로 dataSource 사용 모델 구현 패턴 방법은 이곳 참고 Cocoa Pods 종속성 pod 'RxSwift' pod 'RxCocoa' pod 'RxDataSources' 모델 정의 RxTableViewSectionedReloadDataSource를 사용하여 DataSource에서 사용되는 데이터형은 `AnimatableSectionModelType`를 준수하는 모델이어야 가능 AnimatableSectionModelType은 SectionModelType을 준수하는 프로토콜 original에 해당되는 모델은 Section에 해당되고, items에 해당되는 인수는 rows값 AnimatableSectionModelType을 준수하는 모델 정의하기 전에 [Item] 타입..
iOS 응용 (swift)
2021. 12. 1. 22:31