carabina / SmoothDrawing-Swift

A smooth drawing iOS App in Swift.

Home Page:http://cocoabite.com/post/110000170154/smooth-drawing-in-swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SmoothDrawing-Swift

A smooth drawing app in Swift.

Thanks to Jason Harwig's Tutorial . I have learned to implement smooth drawing in iOS using objective c.

Failing to find any drawing tutorials in swift I have converted the one discussed in Jason Harwig's tutorial in swift.

For complete tutorial check out this blog post on CocoaBite.

This is the swift version and it demostrates how to implement smooth drawing in iOS.

##How to Use ?

Add this file to your project DrawableView.Swift

In Xcode's Interface builder select the view you want be able to draw on and set its class to DrawableView.swift.

Run the project.

And that's it.

###Happy Drawing

Copyright

Copyright (c) 2015 Nofel Mahmood

About

A smooth drawing iOS App in Swift.

http://cocoabite.com/post/110000170154/smooth-drawing-in-swift

License:MIT License


Languages

Language:Swift 100.0%