AFAIK, Finder is not using SwiftUI…
Well, yes. But I'd expect a table view constructed with SwiftUI to have similar performance characteristics to one built with AppKit.
Is it on simulator or on device ?
Could you post the code or the reference to the sample app ?
I am posting about the "Garden App" SwiftUI Mac app that is built during the code along WWDC21 sessions. See the tags for more info.
Post
Replies
Boosts
Views
Activity
Okay, I figured it out.
You have to use a TapGesture as the second gesture instead of a LongPressGesture.