Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 399 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 399 Bytes

ScrollingView

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.

How to use

ScrollingView {
    Text("Hello, world!")
}



Designed to test different features in SwiftUI Views.
**© Adriano Cosme Rezena | 2023**