文件名称:UIBezierPath-DSL:UIBezierPath + DSL提供了一种使用伪DSL构建贝塞尔曲线的简单方法
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-05 11:17:21
Objective-C
UIBezierPath + DSL UIBezierPath + DSL提供了一种使用伪DSL构建贝塞尔曲线的简单方法。 受和启发。 ✓支持相对定位。 UIBezierPath *path = [UIBezierPath makePath: ^(DSLBezierPathMaker *make) { make. moveTo ( CGPointMake ( 0.5 , 0.5 )); make. lineUp ( 0.5 ); make. lineRight ( 0.5 ); make. lineDown ( 0.5 ); make. lineLeft ( 1.0 ); make. lineDown ( 0.5 ); make. lineRight ( 0.5 ); make. closed (); }]; ✓支持
【文件预览】:
UIBezierPath-DSL-master
----.gitignore(494B)
----UIBezierPath+DSL()
--------UIBezierPath+DSL.m(9KB)
--------UIBezierPath+DSL.h(3KB)
----UIBezierPath+DSL.podspec(936B)
----LICENSE(1KB)
----README.md(3KB)