You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<a href="https://github.com/sponsors/danielsaidi"><img src="https://img.shields.io/badge/sponsor-GitHub-red.svg" alt="Sponsor my work" /></a>
11
12
</p>
12
13
13
14
14
15
15
16
# ScrollKit
16
17
17
-
ScrollKit is a SwiftUI SDK that adds powerful scroll features, like offset tracking and a header view that stretches & transforms as you pull down, and sticks to the top when you scroll.
18
+
ScrollKit is a SwiftUI library that adds powerful scroll features, like offset tracking and a header view that stretches & transforms as you pull down, and sticks to the top when you scroll.
You can [become a sponsor][Sponsors] to help me dedicate more time on my various [open-source tools][OpenSource]. Every contribution, no matter the size, makes a real difference in keeping these tools free and actively developed.
40
+
41
+
36
42
37
43
## Getting started
38
44
@@ -104,14 +110,6 @@ The demo app lets you explore the library. To try it out, just open and run the
104
110
105
111
106
112
107
-
## Support my work
108
-
109
-
You can [sponsor me][Sponsors] on GitHub Sponsors or [reach out][Email] for paid support, to help support my [open-source projects][OpenSource].
110
-
111
-
Your support makes it possible for me to put more work into these projects and make them the best they can be.
112
-
113
-
114
-
115
113
## Contact
116
114
117
115
Feel free to reach out if you have questions or want to contribute in any way:
Copy file name to clipboardExpand all lines: Sources/ScrollKit/ScrollKit.docc/ScrollKit.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ScrollKit is a Swift SDK that lets adds powerful scroll features to SwiftUI.
8
8
9
9

10
10
11
-
ScrollKit is a SwiftUI SDK that adds powerful scroll features, like offset tracking and a header view that stretches & transforms as you pull down, and sticks to the top when you scroll.
11
+
ScrollKit is a SwiftUI library that adds powerful scroll features, like offset tracking and a header view that stretches & transforms as you pull down, and sticks to the top when you scroll.
12
12
13
13
ScrollKit works on all major Apple platforms and is designed to be easy to use. It doesn't use the new ScrollView APIs for backwards compatibility reasons, but will eventually do so.
You can [become a sponsor][Sponsors] to help me dedicate more time on my various [open-source tools][OpenSource]. Every contribution, no matter the size, makes a real difference in keeping these tools free and actively developed.
29
+
30
+
26
31
27
32
## Getting started
28
33
@@ -66,3 +71,11 @@ ScrollKit is available under the MIT license.
0 commit comments