1.3 KiB
1.3 KiB
UIBezierPathOvalSegment
[](https://travis-ci.org/Giuseppe Nucifora/UIBezierPathOvalSegment)
Usage
To run the example project, clone the repo, and run pod install from the Example directory first.
Requirements
Installation
UIBezierPathOvalSegment is available through CocoaPods. To install it, simply add the following line to your 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;
Author
Giuseppe Nucifora, me@giuseppenucifora.com
License
UIBezierPathOvalSegment is available under the MIT license. See the LICENSE file for more info.