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 |
Tags
- appstore
- Python
- UIButton
- view
- 개발자
- github
- darkmode
- Code
- Session
- IOS
- Firebase
- Notification
- FLUTTER
- mac
- 웹뷰
- rxswift
- JPA
- Realm
- SwiftUI
- window
- Xcode
- Archive
- Swift
- 한글
- iOS16
- error
- Git
- Apple
- stack
- MacOS
Archives
- Today
- Total
EEYatHo 앱 깎는 이야기
iOS, Swift scrollViewDidEndScrollingAnimation 호출안됨 본문
반응형
scrollViewDidEndScrollingAnimation:
프로그래밍 방식으로 생성 된 스크롤이 완료되면 호출됩니다.
scrollViewDidEndDecelerating:
사용자 스와이프 스크롤이 완료되면 호출됩니다.
정답 : scrollViewDidEndDecelerating 얘를 썼어야 했다..!
'iOS, Swift' 카테고리의 다른 글
Swift ) webView javascript 함수 실행 ( + 웹 다크모드 대응) (0) | 2021.03.15 |
---|---|
iOS, Swift 프레임워크 넣을 때 주의사항 (0) | 2021.03.10 |
iOS, Swift 콜렉션, 테이블 맨 아래 감지 (0) | 2021.03.05 |
Swift ) 한글, 영어, 숫자, 밑줄 정규식 (0) | 2021.03.05 |
iOS, Swift UISwitch (0) | 2021.03.04 |
Comments