Back to Browse

How to decide between VStack, LazyVStack, and List in SwiftUI?

1.1K views
Jun 4, 2025
12:27

SwiftUI comes with various methods to build vertical stacks of content. In this video, I explore the differences and similarities between List, VStack, and LazyVStack by comparing their syntax, their performance, and their design features. This video is a companion for my blog post on the same topic: https://www.donnywals.com/choosing-between-lazyvstack-list-and-vstack-in-swiftui?utm_source=youtube Level up your Swift and Swift Concurrency skills with my books: https://gumroad.com/l/practical-combine?utm_source=youtube https://gumroad.com/l/practical-core-data?utm_source=youtube https://gumroad.com/l/practical-swift-concurrency?utm_source=youtube https://gumroad.com/l/practical-bundle?utm_source=youtube Timestamps 00:00 - Intro 00:50 - Exploring VStack 06:06 - Exploring LazyVStack 08:50 - Exploring List 10:53 - Conclusions

Download

0 formats

No download links available.

How to decide between VStack, LazyVStack, and List in SwiftUI? | NatokHD