623: It’s About Human Connection
https://atp.fm/623
Nerdy home-buying considerations, Hyperspace updates, the surprisingly difficult engineering challenge of scrolling, and how we're going to get through all of this.
🏳️🌈❤️🏳️⚧️
623: It’s About Human Connection
https://atp.fm/623
Nerdy home-buying considerations, Hyperspace updates, the surprisingly difficult engineering challenge of scrolling, and how we're going to get through all of this.
🏳️🌈❤️🏳️⚧️
@atpfm To build a fast scrolling `list` in SwiftUI on macOS the best solution is to create a custom layout. Here if you are able to set a fixed height per row you can avoid calling the layout call for each row.
The cost to performance you have in SwiftUI with a VStack or list is due to it needing to check the sizing of each element.