The SDWebImage (>= 4.2.0) allows pluginable coders. A good example of using this feature is supporting Progressive JPEG. Take a look at this example where Concorde is plugged in SDWebImage coders.
- Clone this repo (or just download)
- Run
pod install
- Stop! Hammertime
- Open
SDWebImageProgressiveJPEGDemo.xcworkspace
, build and run
- iOS 10 or later
- Run
pod install
under the project root directory.
- This project is available under the MIT license.