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

Remove forcing optional #173

Closed beatrizanso closed 1 year ago

beatrizanso commented 1 year ago

If image apps to be decoded the whole app crashes. I have removed all the forcing optional to avoid this.