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

URLImage reloads with Textfield #157

Closed Keno2903 closed 3 years ago

Keno2903 commented 3 years ago

I have an URLImage right above a Textfield. When I use the textfield, the Image reloads every time I put in a letter causing the hall view to lack up and down when writing. Is there a way to keep the image loaded while the textfield is used?

Look Forward to the answer, love the package, keep up the good work :)

dmytro-anokhin commented 3 years ago

Hey, can you please fill in the bug report template?

dmytro-anokhin commented 3 years ago

This are the most interesting parts ⬇️

Version of URLImage library The version of the library where the bug happens.

What you expected would happen A clear and concise description of what you expected to happen.

What actually happens A clear and concise description of what actually happens.

Sample code The sample code helps a lot. Try isolating the sample code so it compiles without dependancies.