-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.3 branch #50
Comments
Hey @navisingh, I've created a branch and asked the author of #52 to point it to that branch instead. |
@navisingh #52 was just merged so if you point it to use |
@zenangst would you mind releasing |
@zenangst I've noticed a 2.0 release with Swift 3.0 support. Is it possible to make a maintenance release of 1.x for Swift 2.3? |
The only change required to support swift 2.3 is
let alpha = CGImageGetAlphaInfo(CGImage!)
instead of
let alpha = CGImageGetAlphaInfo(CGImage)
in the file UIImage+Cache.swift
The text was updated successfully, but these errors were encountered: