Episode #443

SwiftUI Lazy Stacks in iOS 14

4 minutes
Published on June 23, 2020
iOS 14 Beta is now available and one of the new features is Lazy stacks. With a normal stack, all the layout happened at once, which meant poor performance for large lists of content, grids, etc. With Lazy stacks the views are only created when they first come on screen, greatly increasing the usefulness of stacks for large or infinite collections of content.

This episode uses Swift 5.3, Xcode 12-beta1, Ios 14.0-beta1.

Want more? Subscribers can view all 574 episodes. New episodes are released regularly.

Subscribe to get access →

Source Code

View on GitHub Download Source