UIGestureRecognizer(TKCategory) Category Reference
| Declared in | UIGestureRecognizer+TKCategory.h UIGestureRecognizer+TKCategory.m |
Properties
began
Returns YES if the gesture recognizer state is UIGestureRecognizerStateBegan, otherwise NO.
@property (nonatomic, readonly) BOOL beganDeclared In
UIGestureRecognizer+TKCategory.hcancelled
Returns YES if the gesture recognizer state is UIGestureRecognizerStateCancelled, otherwise NO.
@property (nonatomic, readonly) BOOL cancelledDeclared In
UIGestureRecognizer+TKCategory.hchanged
Returns YES if the gesture recognizer state is UIGestureRecognizerStateChanged, otherwise NO.
@property (nonatomic, readonly) BOOL changedDeclared In
UIGestureRecognizer+TKCategory.hended
Returns YES if the gesture recognizer state is UIGestureRecognizerStateEnded, otherwise NO.
@property (nonatomic, readonly) BOOL endedDeclared In
UIGestureRecognizer+TKCategory.h