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
- clean architecture
- MVVM
- 클린 코드
- map
- 애니메이션
- tableView
- uitableview
- swiftUI
- Observable
- 리펙토링
- RxCocoa
- HIG
- SWIFT
- UICollectionView
- swift documentation
- rxswift
- collectionview
- ribs
- ios
- 스위프트
- Protocol
- Clean Code
- uiscrollview
- 리팩토링
- combine
- Refactoring
- 리펙터링
- UITextView
- Xcode
- Human interface guide
Archives
- Today
- Total
목록Custom Slider (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] Custom Slider (커스텀 슬라이더), point, beginTracking, continueTracking, endTracking
예제에 사용한 프레임워크 코드로 레이아웃 정의를 편하게 하기 위해서 SnapKit 사용 구현 아이디어 point, beginTracking, continueTracking, endTracking을 통해서 터치 이벤트 획득 superview에서 위 4개의 메소드를 사용하기 위해서, subview들의 제스쳐를 비활성화 (isUserInteractionEnabled = false) 커스텀 뷰에서 value가 바뀔때마다, valueChanged 메소드로 알려주어야 하기때문에 UIControl를 서브클래싱 frame을 알아서, autolayout으로 update 시켜주면 완성 사전 지식 1) point(inside:with:) 메소드 해당 메소드로 터치 이벤트를 막을지, 실행할지 결정이 가능 frame.conta..
UI 컴포넌트 (swift)
2022. 6. 3. 22:06