CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

NoThrillsImageLoading 1.0.21

NoThrillsImageLoading 1.0.21

TestsTested
LangLanguage SwiftSwift
License Unknown
ReleasedLast Release Sep 2019
SPMSupports SPM

Maintained by David Casserly.



  • By
  • David Casserly

No Thrills Image Loading - Swift 3

Build Status CocoaPods Compatible Carthage Compatible Platform

Goals

I wanted an image loading library that did cached image loading, with cancelable requests and nothing more. This is what I achieved with 'No Thrills Image Loading'.

If you would rather have some thrills, such as filters, transitions, scaling, rounding, response serializers, etc etc ... then take a look at Alamofire Image.

Features

  • Simple code to understand using familiar Cocoa classes.
  • Returns NSOperation from loads, which allows you to cancel requests.
  • Image loads are cached in memory using NSCache and on disk in Caches directory - switch out the cache if you want.
  • UImageView extension for most common use - is this a thrill?
  • Unit Tested
  • Extend if you need more features (thrills) - you are a developer right?

##Usage

Load an image into your UIImageView

imageView.loadFrom(imageURL)