Type Safely

Type Safely

Share this post

Type Safely
Type Safely
Using LazyVStack and LazyHStack in SwiftUI
Copy link
Facebook
Email
Notes
More

Using LazyVStack and LazyHStack in SwiftUI

Daily Coding Tip 043

Type Safely's avatar
Type Safely
Feb 05, 2021
∙ Paid

Share this post

Type Safely
Type Safely
Using LazyVStack and LazyHStack in SwiftUI
Copy link
Facebook
Email
Notes
More
Share
Image by Biljana Jovanovic from Pixabay

One thing that was pretty ambiguous in the first iteration of SwiftUI was whether the rows of a List are queued or not.

When you scroll on a UITableView, cells that leave the bottom or top of the screen are added to a queue, meaning that every cell in the table does not have to be stored in memory at once. When a ce…

Keep reading with a 7-day free trial

Subscribe to Type Safely to keep reading this post and get 7 days of free access to the full post archives.

Already a paid subscriber? Sign in
© 2025 Type Safely
Privacy ∙ Terms ∙ Collection notice
Start writingGet the app
Substack is the home for great culture

Share

Copy link
Facebook
Email
Notes
More