测试已测试 | ✗ |
语言语言 | Obj-CObjective C |
许可证 | MIT |
发布最后发布 | 2016年1月 |
由 Giuseppe Nucifora 维护。
要运行示例项目,请克隆仓库,然后首先从 Example 目录运行 pod install
。
UIBezierPathOvalSegment 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile
pod "UIBezierPathOvalSegment"
+ (UIBezierPath *)bezierPathWithOvalInRect:(CGRect)rect startAngle:(CGFloat)startAngle endAngle:(CGFloat)endAngle;
+ (UIBezierPath *)bezierPathWithOvalInRect:(CGRect)rect startAngle:(CGFloat)startAngle endAngle:(CGFloat)endAngle angleStep:(CGFloat)angleStep;
Giuseppe Nucifora,[email protected]
UIBezierPathOvalSegment 可在 MIT 许可证下使用。有关更多信息,请参阅 LICENSE 文件。