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
- 클린 코드
- UITextView
- Xcode
- Human interface guide
- combine
- 애니메이션
- map
- 스위프트
- 리팩토링
- ribs
- RxCocoa
- rxswift
- swiftUI
- collectionview
- uiscrollview
- Protocol
- ios
- HIG
- Clean Code
- tableView
- SWIFT
- clean architecture
- 리펙토링
- uitableview
- 리펙터링
- Observable
- UICollectionView
- swift documentation
- MVVM
- Refactoring
Archives
- Today
- Total
목록disable scroll (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] UIPageViewController의 첫 페이지, 마지막 페이지 Scroll disable 방법
UIPageViewController 첫 페이지와 마지막 페이지 스크롤 disable 방법 UIPageViewController의 일반적인 경우 첫번째 페이지에서 swipe left to right를 해도 스크롤 (bounce) 마지막 페이지에서 swipe right to left를 해도 스크롤 (bounce) 첫번째 페이지와 마지막 페이지에서 bounce 효과를 없애는 방법? 구현 방법 UIPageViewController에는 내부적으로 UIScrollView가 있는데, 이 스크롤뷰를 스크롤 할때마다 bounces 프로퍼티를 가지고 on/off 시도하여 구현 기본 PageViewController UI 준비 PageViewController 내부에는 LabelViewController가 있는 구성 im..
iOS 응용 (swift)
2023. 1. 25. 23:59