Sunday, November 17, 2019

Fun with SwiftUI’s GeometryReader - Part 4: Creating Sizes


Creating that parallax scrolling effect in the last article was pretty cool, right?

Well, I have another cool thing to teach you but first...

Dynamically size your views using #SwiftUI's GeometryReader to accommodate for different device sizes. You will need to learn this before you can create the "sticky header" animation.

https://www.bigmountainstudio.com/members/posts/13066-swiftui-s-geometry-reader-what-s-your-size-part-4

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...