UITapGestureRecognizer : 1회 이상의 잠깐 누르기 인식.
UIPinchGestureRecognizer : 핀치 줌 인식. scale, velocity.
UIPanGestureRecognizer : Dragging, Panning (휘젓기) 인식.
UISwipeGestureRecognizer : 미는 동작 인식.
UIRotationGestureRecognizer : 회전 제스처 인식. rotation, velocity.
UILongPressGestureRecognizer : 1개 이상의 길게 누르기 인식.

주의: Pan 과 Swipe 가 동시에 적용되었을 시 대부분의 Swipe 동작은 Pan 으로 인식 될 것이므로 동시에 사용시 주의 필요.

'Mobile > iOS' 카테고리의 다른 글

[iOS] boolean type  (0) 2012.02.17
[iOS] Multitasking  (0) 2012.02.17
[iOS] Touches  (0) 2012.02.16
[iOS] 회전  (0) 2012.02.08
[iOS] 키보드 숨기기  (0) 2012.02.08

+ Recent posts