问题 I'm using SwiftUI new Map view to display pins for annotations, and would like the pins, when clicked, to display a view for editing the annotation's name and description. I've tried to use MapAnnotation with a view that contains a button with a pin image. The image displays correctly, but the button doesn't work. Is it possible to do this without falling back to a UIViewRepresentable of MKMapView? import SwiftUI import MapKit struct ContentView: View { @State private var showingEditScreen =