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
- 스위프트
- MVVM
- Human interface guide
- collectionview
- combine
- 리펙토링
- Clean Code
- 리팩토링
- swift documentation
- 애니메이션
- 리펙터링
- rxswift
- UICollectionView
- Protocol
- RxCocoa
- ribs
- Refactoring
- Xcode
- HIG
- swiftUI
- SWIFT
- map
- UITextView
- clean architecture
- 클린 코드
- Observable
- uiscrollview
- tableView
- uitableview
Archives
- Today
- Total
목록UITableViewDiffableDataSource (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 1. Diffable Data Source - UITableViewDiffableDataSource (테이블 뷰)
1. Diffable Data Source - UITableViewDiffableDataSource (테이블 뷰) 2. Diffable Data Source - UICollectionViewDiffableDataSource (컬렉션 뷰) 원리 기존 Controller와 UI의 관계 UI가 Controller에게 cell의 모양(cellForRowAt), cell의 개수(numberOfRowsInSection)을 델리게이트로부터 받아서 처리 기존은 특정 cell만 바뀐경우의 처리는 아래와 같이 처리 방법 1) performBatchUpdates()의 클로저 블록에 데이터 변경 작업 추가 방법 2) beginUpdates()와 endupdates() 사이에 데이터 변경 작업 작성 iOS13+에서 단순히 ap..
iOS 응용 (swift)
2021. 10. 2. 22:30