0.7.1
This version fixes a few bugs and tweaks some behaviors from yesterday's 0.7 release.
💡 Behavior Changes
- The
ScrollViewWithStickyHeader
now defaults the minimum header height to the top safe area, instead of the header height. - The
scrollViewHeaderWithRoundedContentMask(_:)
view extension has been renamed toscrollViewHeaderWithRoundedContentCorners(cornerRadius:)
for clarity.
🐛 Bug Fixes
- The
ScrollViewWithStickyHeader
no longer prints as it scrolls. - The
scrollViewHeaderWithRoundedContentMask(_:)
view extension didn't apply the provided corner radius. This has been fixed.