dmytro-anokhin / url-image

AsyncImage before iOS 15. Lightweight, pure SwiftUI Image view, that displays an image downloaded from URL, with auxiliary views and local cache.
MIT License
1.1k stars 96 forks source link

Support URLRequest #39

Closed dmytro-anokhin closed 4 years ago

dmytro-anokhin commented 4 years ago

Sometimes URLs don't provide enough flexibility 🙂

Implementation must cover this parts:

dmytro-anokhin commented 4 years ago

Implemented, file cache changes can be done later if needed.