Code Block ScrollView(.horizontal, showsIndicators: false) { Image("sandwich0") .resizable() .frame(width: 100.0, height: 100.0) Image("sandwich1") .resizable() .frame(width: 100.0, height: 100.0) Image("sandwich2") .resizable() .frame(width: 100.0, height: 100.0) }
Relevant code ^
My ScrollView isn't horizontal. It's vertical, but you can swipe horizontally. I can't upload an image here because I can't link to Imgur for some reason.