UIGestureRecognizer(CC3) Category Reference
Declared in | CC3IOSExtensions.h |
Properties
location
Returns the location of the gesture in the view to which this recognizer is attached.
@property (nonatomic, readonly) CGPoint location
Discussion
This is a convenience property that returns the same result as invoking locationInView: with the value of the view property of this recognizer.
Declared In
CC3IOSExtensions.h