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
- Xcode
- Human interface guide
- collectionview
- tableView
- 리펙터링
- Protocol
- map
- ribs
- ios
- combine
- RxCocoa
- uiscrollview
- swiftUI
- 리펙토링
- Refactoring
- UICollectionView
- swift documentation
- MVVM
- 리팩토링
- UITextView
- 애니메이션
- uitableview
- 클린 코드
- HIG
- Clean Code
- clean architecture
- 스위프트
- Observable
- rxswift
- SWIFT
Archives
- Today
- Total
목록PrefetchRow (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] RxSwift를 사용하여 가장 단순한 Pagination 처리 방법 (UITableView, UICollectionView, prefetchRow)
예제에 사용한 프레임워크 SnapKit Then RxSwift, RxCocoa Kingfisher Alamofire # UI pod 'SnapKit' pod 'Then' # Util pod 'RxSwift' pod 'RxCocoa' pod 'Kingfisher' # Network pod 'Alamofire' 페이지네이션 아이디어 2가지 1번 방법) 스크롤된 위치를 계산하여, 남은 아래 영역이 프레임의 크기보다 작게 남은 경우, 페이지네이션 실행 2번 방법) delegate 메소드인 tableView(_:prefetchRowAt:) 를 사용하여 prefetch 사용 func tableView(_ tableView: UITableView, prefetchRowsAt indexPaths: [IndexPath]..
iOS 응용 (swift)
2022. 5. 21. 23:24