Is possible to put two objects with two different contextMenu
in the same row of a Form
/List
?
Example:
List {
HStack {
Image("image.A").contextMenu{ Text("I'm A") }
Image("image.B").contextMenu{ Text("I'm B") }
}
}
Similar problem of: SwiftUI - Multiple Buttons in a List row