Skip to content

Releases: dehli/TouchDraw

Version 2.2.0

31 Oct 13:28
fbd92a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.3...2.2.0

Version 2.1.3

30 May 20:44
e0e7748
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.2...2.1.3

Version 2.1.2

16 Jun 13:27
Compare
Choose a tag to compare
  • Fixed drawing issue where touchDrawView and imageView bounds
    didn't line up (thanks to @mkoorn!)
  • Change base class to UIImageView

Version 2.1.1

13 Dec 15:42
Compare
Choose a tag to compare

Version 2.1.0

29 Jun 14:22
Compare
Choose a tag to compare
  • Cleaned up a lot of the code's logic
  • Performance improvements! 🎉
  • Added eraser functionality (touchDrawView.setColor(nil)) 📝
  • More tests & documentation

Version 2.0.0

17 Nov 11:50
Compare
Choose a tag to compare
  • Upgraded project to Swift 3.0.1 (thanks to @sirnacnud!)
  • Set correct content scale on image contexts (also thanks to @sirnacnud!)
  • Added some comments

Version 1.3.1

09 Sep 13:05
Compare
Choose a tag to compare
  • Refactored project into 3 separate files (for each class)
  • Fixed exportStack so it follows NSCoding
  • Added deployment target 8.0

Version 1.3.0

02 Sep 19:08
Compare
Choose a tag to compare
  • Added the ability to import and export the stack.
  • Made the protocol methods optional.
  • Made the code more Swifty.

Version 1.2.4

09 Apr 02:44
Compare
Choose a tag to compare
  • Added a few more tests
  • Updated README.md

Version 1.2.3

09 Apr 00:55
Compare
Choose a tag to compare
  • Added a handful of tests
  • Updated README.md