All Projects β†’ iTofu β†’ LCPaintView

iTofu / LCPaintView

Licence: MIT license
πŸ–Œ Paint view for iOS.

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to LCPaintView

Drawing
Drawing and fill color
Stars: ✭ 37 (+85%)
Mutual labels:  drawing, paint, drawingboard
Drawingboard.js
A canvas based drawing app that you can integrate easily on your website.
Stars: ✭ 2,072 (+10260%)
Mutual labels:  drawing, paint, drawingboard
Drawing
A drawing application for the GNOME desktop.
Stars: ✭ 386 (+1830%)
Mutual labels:  drawing, paint
Tui.image Editor
🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
Stars: ✭ 4,761 (+23705%)
Mutual labels:  drawing, paint
powerpaint
Kreative PowerPaint - Library and Application for Bitmap and Vector Image Editing
Stars: ✭ 27 (+35%)
Mutual labels:  drawing, paint
Playground
A playground for android developers
Stars: ✭ 41 (+105%)
Mutual labels:  drawing, paint
Anondraw
Source code of anondraw.com. An artistic collaboration tool with an infinite canvas.
Stars: ✭ 43 (+115%)
Mutual labels:  drawing, drawingboard
Jspaint
🎨 Classic MS Paint, οΌ²οΌ₯οΌΆοΌ©οΌΆοΌ₯οΌ€ + ✨Extras
Stars: ✭ 5,972 (+29760%)
Mutual labels:  drawing, paint
Literallycanvas
A canvas in your browser. Literally.
Stars: ✭ 1,043 (+5115%)
Mutual labels:  drawing, paint
Mopaint
🎨πŸ’ͺ Modern, modular paint and more! (pre-alpha, not much done yet)
Stars: ✭ 50 (+150%)
Mutual labels:  drawing, paint
Sketchpad
Sketchpad is fully customisable collaborative whiteboard plugin written in pure JavaScript.
Stars: ✭ 85 (+325%)
Mutual labels:  drawing, paint
vscode-excalidraw
Excalidraw integration for vscode
Stars: ✭ 31 (+55%)
Mutual labels:  drawing, drawingboard
React Sketch
Sketch Tool for React-based applications, backed up by FabricJS
Stars: ✭ 414 (+1970%)
Mutual labels:  drawing, paint
Minipaint
online image editor
Stars: ✭ 1,014 (+4970%)
Mutual labels:  drawing, paint
Pretty Painter
Graphics editor for Android.
Stars: ✭ 105 (+425%)
Mutual labels:  drawing, paint
Sketch
Sketch have a lot of basic functions to develop a drawing app for iPhone. Anyone can easily create drawing iOS Application.
Stars: ✭ 229 (+1045%)
Mutual labels:  drawing, paint
Autocadcodepack
AutoCAD Code Pack: A powerful library that helps you to develop AutoCAD plugins using the AutoCAD .NET API
Stars: ✭ 207 (+935%)
Mutual labels:  drawing
SwiftyJot
Use your finger to annotate images.
Stars: ✭ 14 (-30%)
Mutual labels:  drawing
Pencil.js
✏️ Nice modular interactive 2D drawing library
Stars: ✭ 204 (+920%)
Mutual labels:  drawing
Storyboarder
✏️ Storyboarder makes it easy to visualize a story as fast you can draw stick figures.
Stars: ✭ 2,467 (+12235%)
Mutual labels:  drawing

LCPaintView

Travis CocoaPods CocoaPods CocoaPods LeoDev

πŸ–Œ Paint view for iOS.

LCPaintView

In me the tiger sniffs the rose.

εΏƒζœ‰ηŒ›θ™ŽοΌŒη»†ε—…θ”·θ–‡γ€‚

Welcome to visit my blog:https://LeoDev.me

Introduction

πŸ–Œ Paint view for iOS.

Installation

CocoaPods

LCPaintView is available on CocoaPods. Just add the following to your project Podfile:

pod "LCPaintView"  # Podfile

Non-CocoaPods

Just drag the LCPaintView folder into your project.

Usage

  • Use by including the following import:

    #import "LCPaintView.h"
  • Demo code:

    LCPaintView *paintView = ({
        LCPaintView *paintView = [[LCPaintView alloc] init];
        paintView.frame = CGRectMake(0, 0, screenSize.width, screenSize.height);
        [self.view insertSubview:paintView atIndex:0];
        paintView;
    });
  • Custom:

    // Properties
    paintView.lineWidth = 10.0f;
    paintView.lineColor = [UIColor redColor];
    
    // Methods
    [paintView clear];
    [paintView undo];

ChangeLog

V 1.0.0

  • Initial Commit.

Support

  • If you have any question, just commit a issue!

  • Mail: echo bGVvZGF4aWFAZ21haWwuY29tCg== | base64 -D or echo ZGV2dGlwQDE2My5jb20K | base64 -D

  • Blog: http://LeoDev.me

  • Donations:

    • PayPal:

      Donate

    • Alipay or Wechat Pay:

      Donate with Alipay or Wechat Pay

    Please note: donation does not imply any type of service contract.

License

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