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
: 터치 이벤트가 시스템에 의해 취소될 때