Skip to content

Commit 217e5a3

Browse files
author
lixian
committed
image
1 parent d937aef commit 217e5a3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Support
99
How to use
1010
-----------
1111
#import "UIBezierPath+LxThroughPointsBezier.h"
12-
###
12+
1313
CGPoint point1 = CGPointMake(30, 180);
1414
CGPoint point2 = CGPointMake(90, 120);
1515
CGPoint point3 = CGPointMake(120, 200);
@@ -40,6 +40,10 @@ How to use
4040
_shapeLayer.lineWidth = 3;
4141
_shapeLayer.path = _curve.CGPath;
4242
[_view.layer addSublayer:_shapeLayer];
43+
Effect
44+
-----------
45+
* ![curve](curve.png)
46+
4347
Be careful
4448
-----------
4549
The good bend level is about 0.6 ~ 0.8. The default and recommended value is 0.7.

curve.png

99.1 KB
Loading

0 commit comments

Comments
 (0)