TIL: SwiftUI List on macOS
I am working on a small macOS app using SwiftUI. I struggled to get List working as I wanted to. TIL that List works better on iOS :)
Out-of-the-boxGoal
I thought about using ScrollView and a LazyVStack to emulate a list, but I missed out o...
blog.eidinger.info2 min read