UIBezierPathOvalSegment 0.1.0

UIBezierPathOvalSegment 0.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jan 2016

Maintained by Giuseppe Nucifora.



  • By
  • Giuseppe Nucifora

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, [email protected]

License

UIBezierPathOvalSegment is available under the MIT license. See the LICENSE file for more info.