Slide 19
Slide 19 text
@interface CMUnistrokeGestureRecognizer : UIGestureRecognizer
@property (nonatomic, weak) id
unistrokeDelegate;
@property (nonatomic, assign) float minimumScoreThreshold;
@property (nonatomic, assign) BOOL protactorMethodEnabled;
@property (nonatomic, assign) BOOL rotationInvarianceEnabled;
@property (nonatomic, strong, readonly) CMUnistrokeGestureResult *result;
@property (nonatomic, strong, readonly) UIBezierPath *strokePath;
- (void)registerUnistrokeWithName:(NSString *)name bezierPath:
(UIBezierPath *)path;
- (void)clearAllUnistrokes;
@end
Friday, 8 February 13