
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.