¡@

Home 

2014/10/15 ¤U¤È 10:05:50

iphone Programming Glossary: curvepath

Drawing bezier curves with my finger in iOS?

http://stackoverflow.com/questions/4672646/drawing-bezier-curves-with-my-finger-in-ios

BezierStateDefiningCP2 @interface BezierView UIView CGPoint startPt endPt cPt1 cPt2 UInt8 state UIBezierPath curvePath @private UITouch currentTouch @property nonatomic retain UIBezierPath curvePath @end BezierView.m @interface BezierView.. cPt1 cPt2 UInt8 state UIBezierPath curvePath @private UITouch currentTouch @property nonatomic retain UIBezierPath curvePath @end BezierView.m @interface BezierView @dynamic curvePath UIBezierPath curvePath return curvePath retain autorelease void.. currentTouch @property nonatomic retain UIBezierPath curvePath @end BezierView.m @interface BezierView @dynamic curvePath UIBezierPath curvePath return curvePath retain autorelease void setCurvePath UIBezierPath newPath id tmp curvePath curvePath..