My ScrollView isn't working properly.

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.
And so, what is your problem ?

What do you expect to be able to do ?
What are you getting ?
My ScrollView isn't working properly.
 
 
Q