cocoanetics.com
SwiftUI: Laziness of List Interferes with Selection and Presentation of Detail
iOS 14 introduces some laziness in certain views, like for example there are now lazy variants of HStack and VStack. I’ve been working on a SwiftUI-version of an app of mine and the findings …