Replies: 1 comment
-
I suggest using
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need an image to load a alternative URL if the first one fails. It should also show a placeholder image if both URLs fail. I am using
FetchImage
for this:Questions
image.view?
inside some other view (ZStack
in this case) to useonAppear
, correct?onFailure
modifier to load the alternative imageImage
view?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions