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
- 리펙토링
- UICollectionView
- 리팩토링
- uiscrollview
- 클린 코드
- swiftUI
- Human interface guide
- Refactoring
- Protocol
- scrollview
- Observable
- Xcode
- ribs
- tableView
- rxswift
- ios
- map
- Clean Code
- RxCocoa
- combine
- UITextView
- 스위프트
- uitableview
- swift documentation
- SWIFT
- collectionview
- clean architecture
- 애니메이션
- MVVM
- HIG
Archives
- Today
- Total
목록scrollViewDidEndScrollingAnimation (1)
김종권의 iOS 앱 개발 알아가기
setContentOffset의 completion setContentOffset(_:animated:) 메소드에서는 completion이 존재 x class UIScrollView { open func setContentOffset(_ contentOffset: CGPoint, animated: Bool) } UIScrollViewDelegate의 scrollViewDidEndScrollingAnimation을 사용하여 구현 extension ViewController: UIScrollViewDelegate { func scrollViewDidEndScrollingAnimation(_ scrollView: UIScrollView) { // print("end>>") } } 이 애니메이션은 사용자가 직접..
iOS 응용 (swift)
2023. 10. 19. 01:43