You need to add .horizontal
property to the scrollview. otherwise it won’t scroll.
ScrollView (.horizontal, showsIndicators: false) {
HStack {
//contents
}
}.frame(height: 100)
You need to add .horizontal
property to the scrollview. otherwise it won’t scroll.
ScrollView (.horizontal, showsIndicators: false) {
HStack {
//contents
}
}.frame(height: 100)