[[touches anyObject] count]; // 터치된 점의 개수.
[[touches anyObject] tapCount]; // 연속 터치 회수.
[[touches anyObject] locationInView:[self view]]; // self.view 의 터치된 좌표.

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

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

+ Recent posts