coolbeet/CBStoreHouseRefreshControl

Is there a easy or visual method to generate this plist file?

isaced opened this issue · 15 comments

In this way, we needn't write it one point by one point.

Yea, myself actrually draw the shape on paper first and then manually figure out the coordinates point by point. Anyone know a better way to do this?

@isaced maybe PaintCode could do it.

I try to use PaintCode to generate the coordinates of points, the effect of good.

star

PaintCode ---> plist file

paintcode2pist

@isaced haha, looks great! probably should add to readme so more people will know it.

Yeah , Go Go...

nice

@isaced, how to export the plist file like urs.

@stilltalent , i write by myself, But I think we can use some script to export.

@isaced thx I thought you had an other way .

cool trick.

How to use UIBezierPath with 2 control point to draw it? For example,like this '[textPath addCurveToPoint: CGPointMake(480.1, 147.7) controlPoint1: CGPointMake(461, 141) controlPoint2: CGPointMake(470, 145)]'

How to use UIBezierPath with 2 control point to draw it? For example,like this '[textPath addCurveToPoint: CGPointMake(480.1, 147.7) controlPoint1: CGPointMake(461, 141) controlPoint2: CGPointMake(470, 145)]'

much too better,My brother!厉害了我的哥

nice