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

Problem with resizing the placeholder #54

Closed Veeit closed 4 years ago

Veeit commented 4 years ago

Hey,

the placeholder isn't the same size as the normal img, and I can't add a frame to the placeholder to fix that. Can you please fix it so that the placeholder has always the same size as the normal img ?

best, Veit

dmytro-anokhin commented 4 years ago

Hey, did you check the documentation? Advanced Customization section describes how to customize placeholders. If that doesn't help and you believe there is a bug - fill in the bug report template and provide sample code.