외규장각 도서 환수 모금 캠페인

'touchesMoved'에 해당되는 글 1건

  1. 2012.08.30 touch method


LongTab & multiTab & tapCount을 인식 및 처리하기 위해서는 touch method를 써야 한다.


-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event 

: 터치가 처음 일어날때 호출


-(void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event

: 터치가 끝났을 때 호출


- (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event

: 터치 한 상태에서 이동 했을 때 호출


- (void)touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event

: 터치 이벤트가 시스템에 의해 취소될 때

Posted by 닉네임영역
,


사랑합니다. 편안히 잠드소서