All Projects → cashwalk → ScratchImage

cashwalk / ScratchImage

Licence: MIT License
A scratchable UIImageView

Programming Languages

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

Projects that are alternatives of or similar to ScratchImage

Lang-app
Add a multi lang configuration to your WEB APP 'from scratch' [ANY FRAMEWORK, ANY PLUGIN, ANY API]
Stars: ✭ 15 (-51.61%)
Mutual labels:  scratch
caddy-scratch
Caddy server 2.0.0 / 1.0.5 on Docker Scratch, all in 18MB / 35MB
Stars: ✭ 32 (+3.23%)
Mutual labels:  scratch
teaching-open
Scratch少儿编程教学平台,集成Scratch、ScratchJr、Python教学工具。包含课程、班级、作业、权限、赛事、社区等。
Stars: ✭ 202 (+551.61%)
Mutual labels:  scratch
scratch-LN
https://scratch4d.github.io/scratch-LN/
Stars: ✭ 19 (-38.71%)
Mutual labels:  scratch
scratching-forth
A compiler from Forth to Scratch
Stars: ✭ 19 (-38.71%)
Mutual labels:  scratch
books
A collection of online books for data science, computer science and coding!
Stars: ✭ 29 (-6.45%)
Mutual labels:  scratch
Gratch
Block-style programming environment for tackling graph structure and graph algorithm, based on MIT Scratch.
Stars: ✭ 15 (-51.61%)
Mutual labels:  scratch
SRScratchView
A mask imageView class which can be used a scratchView.
Stars: ✭ 52 (+67.74%)
Mutual labels:  scratch
sb-edit
Javascript library for manipulating Scratch project files
Stars: ✭ 33 (+6.45%)
Mutual labels:  scratch
unkillable-scratch
Disallow the *scratch* buffer from being killed
Stars: ✭ 13 (-58.06%)
Mutual labels:  scratch
go-docker
Sample code and dockerfiles accompanying the blog post The Ultimate Guide to Writing Dockerfiles for Go Web-apps
Stars: ✭ 89 (+187.1%)
Mutual labels:  scratch
ScratchRadio
Educational software for use with the LimeSDR platform
Stars: ✭ 64 (+106.45%)
Mutual labels:  scratch
vim-backscratch
Small scratches for Vim, feels nice
Stars: ✭ 20 (-35.48%)
Mutual labels:  scratch
coro-scratch
A Scratch to Python transpiler that makes extensive use of coroutines
Stars: ✭ 22 (-29.03%)
Mutual labels:  scratch
gobo.icu
URL Shortener For Scratch
Stars: ✭ 14 (-54.84%)
Mutual labels:  scratch
LiteGui
Immediate Mode GUI From Scratch
Stars: ✭ 15 (-51.61%)
Mutual labels:  scratch
lessons
CoderDojo Toronto lessons, worksheets, and exercises. Printable or view online.
Stars: ✭ 23 (-25.81%)
Mutual labels:  scratch
first-neural-network
Simple neural network implemented from scratch in C++.
Stars: ✭ 17 (-45.16%)
Mutual labels:  scratch
vue-scratchable
A Vue.js wrapper component that turns everything into fun scratch cards.
Stars: ✭ 42 (+35.48%)
Mutual labels:  scratch
ScratchVerifier
Verify Scratch accounts as genuine, for use in authorization or identification.
Stars: ✭ 17 (-45.16%)
Mutual labels:  scratch

ScratchImage

ScratchImage is scratchable UIImageView

Screenshots

Usage

Initialization

let scratchImage = ScratchImageView(image: UIImage(named: "image"))
let scratchImage = ScratchImageView(imageColor: .brown)

Reset

scratchImage.reset()

Scratched precent

scratchImage.scratchedPercent

Line

// line type
scratchImage.lineType = .square // .butt, .round

// line width
scratchImage.lineWidth = 10.0

Installation

CocoaPods (iOS 8+)

platform :ios, '8.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'ScratchImage'
end

Carthage (iOS 8+)

github "cashwalk/ScratchImage"

LICENSE

These works are available under the MIT license. See the LICENSE file for more info.

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