Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yusenhan/Smooth-Line-View

Smooth & fast line drawing from touch inputs for UIViews using Quartz
https://github.com/yusenhan/Smooth-Line-View

Last synced: about 1 month ago
JSON representation

Smooth & fast line drawing from touch inputs for UIViews using Quartz

Awesome Lists containing this project

README

        

Smooth line UIView
====================

LICENSE:BSD-3

based on https://github.com/levinunnink/Smooth-Line-View


I add new function:
1. undo
2. redo
3. clear
4. eraser
5. change color
6. save image to file
7. save image to album
8. load image from album

#### Usage


//Smooth Line View-Prefix.pch

//switch UIBezierPath / CGContext
#define USEUIBezierPath 0
//switch Image push to memory or files
#define PUSHTOFILE 1

#### Screenshots
![screenshots](http://i.minus.com/iyKrrzNQ7UZNG.PNG)
![screenshots](http://i.minus.com/ibjavEmJ6utGyC.PNG)