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

iOS 14 Compatible? #91

Closed Karthicc23 closed 3 years ago

Karthicc23 commented 3 years ago

I get compile errors for iOS 14 deployment target.

dmytro-anokhin commented 3 years ago

Hey, any additional clues, what kind of errors?

Karthicc23 commented 3 years ago

Sorry it was some arch errors. I figured it out from my end. But I cannot read image from url in ios 14 widget using URLImage

dmytro-anokhin commented 3 years ago

Ok, cool 👍 WidgetKit limits asynchronous operations, see: https://developer.apple.com/forums/thread/652581. Support is coming in future updates.