(no title)
sandoze | 1 year ago
Apple’s own documentation discusses this in detail and for large data sets recommends the Lazy approach. If you’re using List you’re in for some issues.
sandoze | 1 year ago
Apple’s own documentation discusses this in detail and for large data sets recommends the Lazy approach. If you’re using List you’re in for some issues.
wahnfrieden|1 year ago
This is also why LazyVGrid/LazyHGrid are unusable as replacements for UICollectionView
Yes you can replace SwiftUI with UIKit + AppKit - replace the navigation, the text rendering, the text editing, the collection views, etc.
edit: Your link is all about how to use List
sandoze|1 year ago
https://fatbobman.com/en/posts/tips-and-considerations-for-u...
kridsdale1|1 year ago