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
- Human interface guide
- RxCocoa
- swift documentation
- ribs
- uitableview
- map
- swiftUI
- MVVM
- combine
- 리펙터링
- clean architecture
- 클린 코드
- ios
- Refactoring
- 리펙토링
- Xcode
- 스위프트
- UICollectionView
- rxswift
- SWIFT
- UITextView
- 리팩토링
- tableView
- Observable
- Clean Code
- collectionview
- 애니메이션
- HIG
- uiscrollview
- Protocol
Archives
- Today
- Total
목록touchesBegin (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