본문 바로가기

iOS

iOS) UIGestureRecognizer 종류

종류들

 

UITapGestureRecognizer

 - 화면을 터치하는 것을 감지

 

UIPinchGestureRecognizer

 - 화면을 꼬집듯이 두 손가락으로 좁히고 넓히는 것을 감지

 

UIRotationGestureRecognizer

 - 두 손가락을 화면에서 원을 이루듯이 회전하는 것을 감지

 

UISwipeGestureRecognizer

 - 화면을 넘기듯이 밀어내는 것을 감지

 

UIPanGestureRecognizer

 - 화면을 누른채로 움직이는 것을 감지

 

UIScreenEdgePanGestureRecognizer

 - 화면 끝 부분에서 누른채로 움직이는 것을 감지

 

UILongPressGestureRecognizer

 - 오래 누르는 것을 감지 

'iOS' 카테고리의 다른 글

iOS에서 42API 써보기 ! (2) URLSession  (0) 2020.12.23
iOS에서 42API 써보기 ! (1) getToken  (0) 2020.12.21
iOS) UITextView  (0) 2020.04.23
iOS) UITextField  (0) 2020.04.22
iOS) UIView.ContentMode  (0) 2020.04.22