Skip to content

A customizable ScrollView that supports to get the content offset.

Notifications You must be signed in to change notification settings

phuhuynh2411/TrackableScrollView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TrackableScrollView

A customizable ScrollView that supports to get the content offset.

Content offset

Usage

TrackableScrollView(contentOffset: $contentOffSet) {
                ForEach(0..<100) { index in
                    Text("Item \(index)")
                    .padding()
                }
            }

About

A customizable ScrollView that supports to get the content offset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages