Thanks to @gabrielribeiro, this version adds a ScrollManager
that can be used to scroll to certain parts of a scroll view.
This version also fixes a few 0.7 linting errors.
✨ Features
- The
ScrollManager
is a new type that can be used to scroll within a scroll view. - The
ScrollViewWithStickyHeader
can now take aScrollManager
in its initializer.
🐛 Bug Fixes
- This version fixes linting errors that were accidentally introduced in 0.7, since Xcode 16.3 isn't able to run build scripts.