onevcat / Kingfisher

A lightweight, pure-Swift library for downloading and caching images from the web.
MIT License
23.41k stars 2.66k forks source link

Use the unretained version of CGImage to avoid racing #2194

Closed onevcat closed 10 months ago

onevcat commented 10 months ago

Additional fix for #1844, where the context actually could not be retrieved.