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)
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)