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
- SWIFT
- Protocol
- Clean Code
- HIG
- collectionview
- 리펙토링
- 애니메이션
- uitableview
- ribs
- UITextView
- 리팩토링
- ios
- Human interface guide
- MVVM
- Refactoring
- map
- tableView
- swift documentation
- Observable
- rxswift
- swiftUI
- clean architecture
- UICollectionView
- 스위프트
- RxCocoa
- 클린 코드
- uiscrollview
- combine
- 리펙터링
Archives
- Today
- Total
목록footer loading (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] UITableView 하단 로딩 구현 방법 (#페이지네이션, footer loading, UIActivityIndicatorView)
하단 로딩 구현 아이디어1단계) Pagination: tableView의 willDisplay 델리게이트에서 마지막 인덱스 값인지 체크하고, 마지막 인덱스 값이면 페이지네이션 구현2단계) 하단로딩: willDisplay에서 페이지네이션이 되기 전에 tableView의 footerView에 indicator가 있는 UITableViewHeaderFooterView를 대입해주고, 데이터가 들어오면 다시 footerView.tableFooterView를 nil로 초기화하단 로딩 구현pagination 형태 구현class ViewController: UIViewController { private let tableView: UITableView = { let view = UITableView(..
iOS 응용 (swift)
2023. 10. 12. 01:07