So I want to just pass in an image https://... url into AsyncImage but for the life of me, I can't figure out how to upload this image to the internet so that it can be pulled into the swift code. Any suggestions on free ways to upload the image would be greatly appreciated. I've tried stuff like Imgur but because there's other stuff in the html than the image, it can't pull it correctly.
Asked
Active
Viewed 59 times
0
-
1show us the code that you have tried, a complete code, where it does not "work", the errors you get, etc... See also https://stackoverflow.com/help/minimal-reproducible-example – workingdog support Ukraine Aug 13 '22 at 22:35
-
1Firebase hosting might be a good place to start – jnpdx Aug 13 '22 at 23:32
-
1Once uploaded to Imgur, control-click on the image to open in a new tab or window. Then you'll have a link directly to the image. – vacawama Aug 14 '22 at 00:29