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
- uiscrollview
- 리펙터링
- 스위프트
- 리펙토링
- Refactoring
- HIG
- ribs
- map
- tableView
- 클린 코드
- uitableview
- SWIFT
- 애니메이션
- MVVM
- Clean Code
- clean architecture
- UICollectionView
- Xcode
- RxCocoa
- swift documentation
- collectionview
- UITextView
- 리팩토링
- ios
- rxswift
- Human interface guide
- Protocol
- combine
- swiftUI
- Observable
Archives
- Today
- Total
목록Multi cell (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 1. Section, Item 모델링 - 단일 Section, 다중 Item 모델링 방법 (UITableView, UICollectionView)
1. Section, Item 모델링 - 단일 Section, 다중 Item 모델링 방법 (UITableView, UICollectionView) 2. Section, Item 모델링 - 다중 Section, 다중 Item 모델링 방법 (UITableView, UICollectionView) 예제에 사용한 framework Cell안의 UI 인터렉션 처리를 위해 일반적으로 많이 사용하는 비동기 처리 방식 예제를 보이기 위해 아래 프레임워크 사용 RxSwift와 RxCocoa 사용 다중 Item 모델링 아이디어 ViewController에서 UITableView를 가지고 있고 이 tableView의 셀 처리를 쉽게 하고싶은 경우 모델링이 중요 tableView에서 사용할 데이터 소스의 형태는 아래와 같은 ..
iOS 실전 (swift)
2022. 5. 26. 22:56