Masquer les indicateurs de vue de défilement barre Swiftui
ScrollView(.vertical, showsIndicators: false) {
// ... your content for scrollView
}
Rainbow Otter
ScrollView(.vertical, showsIndicators: false) {
// ... your content for scrollView
}