UIImage-PDF icon indicating copy to clipboard operation
UIImage-PDF copied to clipboard

Updates for Swift 3 compatibility? .image property breaks all over

Open JamaicanRumCream opened this issue 7 years ago • 1 comments

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.

JamaicanRumCream avatar Jul 06 '17 13:07 JamaicanRumCream

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

mindbrix avatar Jul 06 '17 15:07 mindbrix