From the Designing with iOS Menus and Building with iOS Menus, it was clear that we should replacing many of our action sheets with menus. I couldn't find how to do that with SwiftUI though.
The only thing that I am seeing is still .contextMenu, which would appear after a long press. Am I missing something, or does SwiftUI lack support for this new approach?
The only thing that I am seeing is still .contextMenu, which would appear after a long press. Am I missing something, or does SwiftUI lack support for this new approach?