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

Image placeholder #118

Closed LuboZ closed 3 years ago

LuboZ commented 3 years ago

Hi, im unable to set placeholder parameter in URLImage constructor. URLImage v 2.0

image

dmytro-anokhin commented 3 years ago

Hello, the API has changed, this argument is now called inProgress. Please read documentation for any other changes that may affect you.