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
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