Thursday, November 28, 2019

Fun with SwiftUI's GeometryReader - Part 5: Creating a Sticky Header



And now for the final part of the series where you will learn how to create a "sticky header" or "bouncy header" where the top part of a scroll view stays in place and stretches and resizes like this:

You're going to have a lot of fun creating this effect!

https://www.bigmountainstudio.com/members/posts/13099-swiftui-s-geometry-reader-sticky-header-when-scrolling-part-5

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

SwiftUI Search & Filter with Combine - Part 3 (iOS, Xcode 13, SwiftUI, 2...

In part 3 of the Searchable video series, I show you how to use Combine in #SwiftUI for the search and filter logic connected to the searcha...