An open API service indexing awesome lists of open source software.

https://github.com/kjuly/uibezierpath-symbol

[DEPRECATED] Symbol extension for UIBezierPath class (UIBezierPath category).
https://github.com/kjuly/uibezierpath-symbol

icon ios layer objective-c uibezierpath

Last synced: 3 months ago
JSON representation

[DEPRECATED] Symbol extension for UIBezierPath class (UIBezierPath category).

Awesome Lists containing this project

README

          

UIBezierPath-Symbol
===================

Symbol extension for UIBezierPath class.

![](https://raw.github.com/Kjuly/UIBezierPath-Symbol/dev/UIBezierPath-Symbol.png)

---
# Class Methods:

Plus (add)

+ (UIBezierPath *)customBezierPathOfPlusSymbolWithRect:(CGRect)rect
scale:(CGFloat)scale;

Minus (delete)

+ (UIBezierPath *)customBezierPathOfMinusSymbolWithRect:(CGRect)rect
scale:(CGFloat)scale;

Check (confirm)

+ (UIBezierPath *)customBezierPathOfCheckSymbolWithRect:(CGRect)rect
scale:(CGFloat)scale
thick:(CGFloat)thick;

Cross (cancel)

+ (UIBezierPath *)customBezierPathOfCrossSymbolWithRect:(CGRect)rect
scale:(CGFloat)scale
thick:(CGFloat)thick;

Arrow (up, down, left, right)

+ (UIBezierPath *)customBezierPathOfArrowSymbolWithRect:(CGRect)rect
scale:(CGFloat)scale
thick:(CGFloat)thick
direction:(KYDirection)direction;

Pencil (edit)

+ (UIBezierPath *)customBezierPathOfPencilSymbolWithRect:(CGRect)rect
scale:(CGFloat)scale
thick:(CGFloat)thick;

---
# License

This code is distributed under the terms and conditions of the MIT license.