UIImage-PDF
UIImage-PDF copied to clipboard
Updates for Swift 3 compatibility? .image property breaks all over
First, it appears nothing has happened at all lately. Will this repo be updated again?
Secondly, using this in a Swift 3 project, I get loads of errors on using any image property of an imageView:
backgroundImageView.image = UIImage(named: "someImageName")
❗️-> cannot assign to property: "image" is a method
This means I can no longer use this library b/c it breaks code in many many files.
Hi Chris. Here is a beta of a Swift 3 version: https://gist.github.com/mindbrix/c31963faecb1e037a6ee6b85515495b2
Please let me know if this helps you.
Best, Nigel