hide scroll view indicators bar swiftui code example
Example: hide scroll view indicators bar swiftui
ScrollView(.vertical, showsIndicators: false) {
// ... your content for scrollView
}
ScrollView(.vertical, showsIndicators: false) {
// ... your content for scrollView
}