2016-01-19 12:59:36 +01:00

36 lines
1.3 KiB
Markdown

# UIBezierPathOvalSegment
[![CI Status](http://img.shields.io/travis/Giuseppe Nucifora/UIBezierPathOvalSegment.svg?style=flat)](https://travis-ci.org/Giuseppe Nucifora/UIBezierPathOvalSegment)
[![Version](https://img.shields.io/cocoapods/v/UIBezierPathOvalSegment.svg?style=flat)](http://cocoapods.org/pods/UIBezierPathOvalSegment)
[![License](https://img.shields.io/cocoapods/l/UIBezierPathOvalSegment.svg?style=flat)](http://cocoapods.org/pods/UIBezierPathOvalSegment)
[![Platform](https://img.shields.io/cocoapods/p/UIBezierPathOvalSegment.svg?style=flat)](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.