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 |
Tags
- RxCocoa
- 리펙토링
- rxswift
- ribs
- clean architecture
- Protocol
- 애니메이션
- 리펙터링
- collectionview
- ios
- Observable
- SWIFT
- swift documentation
- MVVM
- HIG
- 리팩토링
- 스위프트
- UICollectionView
- Xcode
- combine
- uitableview
- map
- uiscrollview
- UITextView
- Clean Code
- swiftUI
- 클린 코드
- Refactoring
- tableView
- Human interface guide
Archives
- Today
- Total
목록touchesCancelled (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/XAeps/btrxkNVjdsS/GULbdl4Zn2G5hWlIxgMKOK/img.gif)
touches 제스쳐 touches 제스쳐는 UIResponder에 기본적으로 구현되어 있는 메소드로 4가지가 존재 // UIResponder - (void)touchesBegan:(NSSet *)touches withEvent:(nullable UIEvent *)event; - (void)touchesMoved:(NSSet *)touches withEvent:(nullable UIEvent *)event; - (void)touchesEnded:(NSSet *)touches withEvent:(nullable UIEvent *)event; - (void)touchesCancelled:(NSSet *)touches withEvent:(nullable UIEvent *)event; - (void)touche..
iOS 응용 (swift)
2022. 3. 26. 21:07