Declared in UIGestureRecognizer+TKCategory.h
UIGestureRecognizer+TKCategory.m

Overview

Additional functionality for UIGestureRecognizer.

Tasks

Properties

began

Returns YES if the gesture recognizer state is UIGestureRecognizerStateBegan, otherwise NO.

@property (nonatomic, readonly) BOOL began

Declared In

UIGestureRecognizer+TKCategory.h

cancelled

Returns YES if the gesture recognizer state is UIGestureRecognizerStateCancelled, otherwise NO.

@property (nonatomic, readonly) BOOL cancelled

Declared In

UIGestureRecognizer+TKCategory.h

changed

Returns YES if the gesture recognizer state is UIGestureRecognizerStateChanged, otherwise NO.

@property (nonatomic, readonly) BOOL changed

Declared In

UIGestureRecognizer+TKCategory.h

ended

Returns YES if the gesture recognizer state is UIGestureRecognizerStateEnded, otherwise NO.

@property (nonatomic, readonly) BOOL ended

Declared In

UIGestureRecognizer+TKCategory.h

failed

Returns YES if the gesture recognizer state is UIGestureRecognizerStateFailed, otherwise NO.

@property (nonatomic, readonly) BOOL failed

Declared In

UIGestureRecognizer+TKCategory.h

possible

Returns YES if the gesture recognizer state is UIGestureRecognizerStatePossible, otherwise NO.

@property (nonatomic, readonly) BOOL possible

Declared In

UIGestureRecognizer+TKCategory.h