iOS
iOS) UIGestureRecognizer 종류
사과농사
2020. 4. 26. 14:42
종류들
UITapGestureRecognizer
- 화면을 터치하는 것을 감지
UIPinchGestureRecognizer
- 화면을 꼬집듯이 두 손가락으로 좁히고 넓히는 것을 감지
UIRotationGestureRecognizer
- 두 손가락을 화면에서 원을 이루듯이 회전하는 것을 감지
UISwipeGestureRecognizer
- 화면을 넘기듯이 밀어내는 것을 감지
UIPanGestureRecognizer
- 화면을 누른채로 움직이는 것을 감지
UIScreenEdgePanGestureRecognizer
- 화면 끝 부분에서 누른채로 움직이는 것을 감지
UILongPressGestureRecognizer
- 오래 누르는 것을 감지