Skip to content

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.

Notifications You must be signed in to change notification settings

adrianorezena/ScrollingText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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**

About

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.

Topics

Resources

Stars

Watchers

Forks

Languages