Post

Replies

Boosts

Views

Activity

Image Thumbnail
I don't know if I am doing something wrong or not. I am trying to add the images in a thumbnail (I am not doing sandwiches but outfits) and i just can't seem to get the images up. I have tried renaming some to "clothing name - Thumbnail" but this does not seem to work. I have copied the code text Thanks TeWal var Outfits: Outfits   var body: some View {     NavigationLink(destination: Text(Outfits.name)){       Image(Outfits.thumbnailName)         .cornerRadius(3.0)
3
0
611
Jul ’20