All Projects → Kjuly → Uibezierpath Symbol

Kjuly / Uibezierpath Symbol

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

Projects that are alternatives of or similar to Uibezierpath Symbol

Loopchain
Blockchain engine for icon foundation.
Stars: ✭ 69 (-40%)
Mutual labels:  icon
Iconshowcase
Full-of-features, easy-to-customize, free and open source, Material Design dashboard for icon packs.
Stars: ✭ 91 (-20.87%)
Mutual labels:  icon
Ts3admin.class
The ts3admin.class is a powerful api for communication with Teamspeak 3 Servers from your website! Your creativity knows no bounds!
Stars: ✭ 103 (-10.43%)
Mutual labels:  icon
Flocks.js
A radically simpler alternative to Flux - opinionated React state and rendering management
Stars: ✭ 72 (-37.39%)
Mutual labels:  layer
Suru Plus Ubuntu
Suru++ Ubuntu — An elegant third-party icons theme based on Sam Hewitt's Suru Icons
Stars: ✭ 85 (-26.09%)
Mutual labels:  icon
Vue Pwa Asset Generator
PWA asset generator perfect with VueJS framework (but useful for all PWA!)
Stars: ✭ 97 (-15.65%)
Mutual labels:  icon
Linearicons
Linearicons is the highest quality set of line icons, matching with minimalist UI designs in iOS.
Stars: ✭ 64 (-44.35%)
Mutual labels:  icon
Pwa Asset Generator
Automates PWA asset generation and image declaration. Automatically generates icon and splash screen images, favicons and mstile images. Updates manifest.json and index.html files with the generated images according to Web App Manifest specs and Apple Human Interface guidelines.
Stars: ✭ 1,787 (+1453.91%)
Mutual labels:  icon
Icon Workshop
图标工场 - 移动应用图标生成工具,一键生成所有尺寸的应用图标和启动图
Stars: ✭ 1,303 (+1033.04%)
Mutual labels:  icon
File Icon
Get the icon of a file or app as a PNG image (macOS)
Stars: ✭ 100 (-13.04%)
Mutual labels:  icon
Pwa Badge
Badging for PWA app icons, Like Native Apps
Stars: ✭ 78 (-32.17%)
Mutual labels:  icon
Badgeforappicon
The unread badges of the android launcher icon.
Stars: ✭ 83 (-27.83%)
Mutual labels:  icon
Icons
The premium icon font for @uiwjs Component Library. https://uiwjs.github.io/icons
Stars: ✭ 99 (-13.91%)
Mutual labels:  icon
Goscraper
Golang pkg to quickly return a preview of a webpage (title/description/images)
Stars: ✭ 72 (-37.39%)
Mutual labels:  icon
Flat Remix
Flat Remix is an icon theme inspired by material design. It is mostly flat using a colorful palette with some shadows, highlights, and gradients for some depth.
Stars: ✭ 1,518 (+1220%)
Mutual labels:  icon
Icongenerator
🍱 A macOS app to generate app icons
Stars: ✭ 1,144 (+894.78%)
Mutual labels:  icon
Icotar
A free colorful icon avatar generator.
Stars: ✭ 94 (-18.26%)
Mutual labels:  icon
Simple Neural Networks
Simple neural networks based only on Numpy
Stars: ✭ 114 (-0.87%)
Mutual labels:  layer
Anicon
Animated icons for R markdown and Shiny apps
Stars: ✭ 109 (-5.22%)
Mutual labels:  icon
Sb
SVG badges to display
Stars: ✭ 99 (-13.91%)
Mutual labels:  icon

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].