AsyncImage icon indicating copy to clipboard operation
AsyncImage copied to clipboard

macOS Catalyst Support?

Open RichardHyde opened this issue 4 years ago • 2 comments

Hi,

Thanks for the code. Whilst Ive got this working ok on iOS, when I try and run my app as a Catalyst app the "Loading…." placeholder is never replaced.

Has anyone had any luck running this as a Catalyst app or is it just me?

From what I can tell the image is being downloaded ok, but it doesn't seem to trigger the update to the AsyncImage view in the .assign

My first thought is that is a combine/SwiftUI issue under rather than anything to do with the AsyncImage code.

Cheers,

Richard

RichardHyde avatar Jun 16 '20 13:06 RichardHyde

Hey, did you find a workaround? The placeholder is replaced for me, but when I change state variables on the parent view, it causes the AsyncImage to reload, and sometimes it goes back to the placeholder.

lukemorse avatar Jul 09 '20 16:07 lukemorse

Hi, No I haven't yet. I was hoping Xcode 11.6 would solve it but it's still happening.

RichardHyde avatar Jul 26 '20 16:07 RichardHyde