TJImageCache icon indicating copy to clipboard operation
TJImageCache copied to clipboard

A fast, easy to use Objective-C image cache

Results 13 TJImageCache issues
Sort by recently updated
recently updated
newest added

Could have some small perf benefits and most images are decoded

Hook into this companion library https://github.com/timonus/UIImageViewAnimatedGIF

Can be achieved using [this](https://developer.apple.com/documentation/uikit/nstextattachment/3857586-registertextattachmentviewprovid?language=objc).

Would be nice if connectivity errors were detected and image views retried loading once connection came back.

Similar to SDWebImage, we should have a way of stripping of components of URLs that are volatile.

Use resumeData if it's available. Looks like the system gives it to us with little work on our part.

Could allow image loads during termination to complete / be useful on next launch.