You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: