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.