SwiftUI provides functionality for ScrollView like so
SwiftUI
ScrollView
ScrollView( .horizontal ) { <#Your Body Here#> }