36 lines
1.3 KiB
Markdown
36 lines
1.3 KiB
Markdown
# UIBezierPathOvalSegment
|
|
|
|
[](https://travis-ci.org/Giuseppe Nucifora/UIBezierPathOvalSegment)
|
|
[](http://cocoapods.org/pods/UIBezierPathOvalSegment)
|
|
[](http://cocoapods.org/pods/UIBezierPathOvalSegment)
|
|
[](http://cocoapods.org/pods/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](http://cocoapods.org). To install
|
|
it, simply add the following line to your Podfile:
|
|
|
|
```ruby
|
|
pod "UIBezierPathOvalSegment"
|
|
```
|
|
|
|
```ruby
|
|
+ (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.
|