ScrollingView
is a SwiftUI
View that lets you let a View scrolling across the screen. It can be a Text
, Image
, VStack
... Whatever you want.
ScrollingView {
Text("Hello, world!")
}
Designed to test different features in SwiftUI Views.
**© Adriano Cosme Rezena | 2023**