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
- 리팩토링
- 클린 코드
- 리펙토링
- Observable
- uitableview
- map
- RxCocoa
- swiftUI
- Refactoring
- uiscrollview
- MVVM
- ribs
- UICollectionView
- Protocol
- combine
- Human interface guide
- Clean Code
- 애니메이션
- HIG
- clean architecture
- rxswift
- ios
- SWIFT
- swift documentation
- Xcode
- collectionview
- UITextView
- 리펙터링
- tableView
- 스위프트
Archives
- Today
- Total
목록sendEvent (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 1. touch indicator 구현 방법 - 기초 개념 sendEvent(_:), UIEvent (allTouches, UITouch)
1. touch indicator 구현 방법 - 기초 개념 sendEvent(_:), UIEvent (allTouches, UITouch, phase) 2. touch indicator 구현 방법 - DebugTouchesWindow, Touch Indicator 이벤트 처리 방식 터치 이벤트가 발생하면 UIApplicationDelegate부터 시작하여 터치된 뷰를 탐색 주의) 애플에서 보여주는 이미지는 아래처럼 되어있어서 얼핏 터치 이벤트 전달 과정이 가장 위에 깔린 뷰부터라고 오해할 수 있지만 잘못된 개념 실제로는 UIWindow가 먼저 받아서 이 위에 깔린 뷰에게 전달하고 위에 깔린 뷰에 responder 탐색하는것 ex) 아래에서 알아볼 UIWindow의 sendEvent가 가장 먼저 호출되고 ..
iOS 응용 (swift)
2023. 11. 11. 01:53