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
- uitableview
- HIG
- 리팩토링
- swift documentation
- Human interface guide
- tableView
- rxswift
- ribs
- 애니메이션
- UICollectionView
- UITextView
- swiftUI
- 리펙토링
- collectionview
- uiscrollview
- Clean Code
- Protocol
- RxCocoa
- SWIFT
- 클린 코드
- MVVM
- Xcode
- ios
- map
- combine
- Observable
- clean architecture
- 리펙터링
- Refactoring
- 스위프트
Archives
- Today
- Total
목록setContentOffset의 completion (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] setContentOffset의 completion 알아보기 (#scrollViewDidEndScrollingAnimation)
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