Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yusenhan/Smooth-Line-View
- Owner: yusenhan
- License: bsd-3-clause
- Created: 2012-06-29T02:09:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T05:14:16.000Z (over 7 years ago)
- Last Synced: 2023-11-07T20:58:58.784Z (about 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 1.54 MB
- Stars: 112
- Watchers: 9
- Forks: 37
- Open Issues: 11
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
- awesome - Smooth-Line-View - Smooth & fast line drawing from touch inputs for UIViews using Quartz (etc)
- awesome - Smooth-Line-View - Smooth & fast line drawing from touch inputs for UIViews using Quartz (etc)
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)