ImagePipeline
Folio Image Pipeline is an image loading and caching framework for iOS clients.
Usage
Example
Resize
Aspect Fit (Default)
Original | Resized |
---|---|
![]() |
![]() |
Aspect Fill
Original | Resized |
---|---|
![]() |
![]() |
Resize & Blur
Original | Blurred |
---|---|
![]() |
![]() |
TTL
ImagePipeline respects the max-age
value of Cache-Control
response header, and sets independent TTL for each image.
Supported content types
✅ PNG
✅ JPEG
✅ GIF
✅ WebP