https://github.com/boraseoksoon/undoredodrawing
Drawing with simple redo, undo
https://github.com/boraseoksoon/undoredodrawing
Last synced: 7 months ago
JSON representation
Drawing with simple redo, undo
- Host: GitHub
- URL: https://github.com/boraseoksoon/undoredodrawing
- Owner: boraseoksoon
- Created: 2015-05-03T15:27:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-05T13:08:02.000Z (over 10 years ago)
- Last Synced: 2025-02-05T08:51:26.689Z (9 months ago)
- Language: Objective-C
- Homepage:
- Size: 3.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PURPOSE
This iOS SIMPLE Application(Called Drawing Simple) is designed for simple drawing including undo, redo functionality and various kinds of UI effect such as SlideEffect, Dropdown.# SCREENSHOT



# REQUIREMENT
This is optimized for iPhone 4Inch devices since it is proto-type.
I'd soon update Auto-layout version for all devices.It is developed using cocoapods. If you face problem related to cocoapods installation, please check this link : https://cocoapods.org
# HOW-TO
To be updated(soon)# FEATUARES
To be updated(soon)# UPDATE-LOG
2015.05.05
UPDATE
1. Imported Image UNDO, REDO
2. Drawing Instance is alive even though Image is imported on it# INFORMATION
Since it is still proto type, I'll update it soon for many : unorganized bunch of comments, resources, directory and naming and so on. keep going on.# License
The MIT License (MIT)Copyright (c) 2015 Seoksoon Jang
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.