ImageDownloadService defaults to ImageCache() when the passed cache is nil. It should be ImageCache.shared. Fortunately we pass here ImageCache.shared in many places so there's no real bug reported about this. But this is still worth a patch release.
Closes #
Description
ImageDownloadService defaults to
ImageCache()
when the passed cache isnil
. It should beImageCache.shared
. Fortunately we pass hereImageCache.shared
in many places so there's no real bug reported about this. But this is still worth a patch release.Testing Steps
Smoke testing the UIKit demo app.