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 the 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.
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.
Copyright (c) 2015 Nofel Mahmood