We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d937aef commit 217e5a3Copy full SHA for 217e5a3
README.md
@@ -9,7 +9,7 @@ Support
9
How to use
10
-----------
11
#import "UIBezierPath+LxThroughPointsBezier.h"
12
-###
+
13
CGPoint point1 = CGPointMake(30, 180);
14
CGPoint point2 = CGPointMake(90, 120);
15
CGPoint point3 = CGPointMake(120, 200);
@@ -40,6 +40,10 @@ How to use
40
_shapeLayer.lineWidth = 3;
41
_shapeLayer.path = _curve.CGPath;
42
[_view.layer addSublayer:_shapeLayer];
43
+Effect
44
+-----------
45
+* 
46
47
Be careful
48
49
The good bend level is about 0.6 ~ 0.8. The default and recommended value is 0.7.
curve.png
99.1 KB
0 commit comments