Monday, July 20, 2020

Where can I used Pinned Views in SwiftUI 2.0?

In SwiftUI 2.0 you can use pinned views for anything with the word "Lazy" in it. 😃 

That's an easy way to remember (LazyVStack, LazyHStack, LazyVGrid, LazyHGrid).


Join hundreds of other devs and learn SwiftUI this Summer and get 40% OFF the SwiftUI View Mastery Bundle: https://www.bigmountainstudio.com/swiftui-views-book?coupon=SUMMER_BOOK_SALE

Only until August 3rd, 2020

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