ScrollView(showsIndicators:false) {
// your content for scrollView
}
// or
ScrollView(.horizontal, showsIndicators:false) {
// your content for scrollView
}
ScrollView(showsIndicators:false) {
// your content for scrollView
}
// or
ScrollView(.horizontal, showsIndicators:false) {
// your content for scrollView
}