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).
- Host: GitHub
- URL: https://github.com/kjuly/uibezierpath-symbol
- Owner: Kjuly
- License: mit
- Created: 2012-07-10T02:20:10.000Z (almost 14 years ago)
- Default Branch: dev
- Last Pushed: 2013-07-01T16:11:39.000Z (almost 13 years ago)
- Last Synced: 2025-03-23T10:51:05.516Z (about 1 year ago)
- Topics: icon, ios, layer, objective-c, uibezierpath
- Language: Objective-C
- Homepage:
- Size: 229 KB
- Stars: 115
- Watchers: 10
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
UIBezierPath-Symbol
===================
Symbol extension for UIBezierPath class.

---
# 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.