Looking forward to this feature!
Post
Replies
Boosts
Views
Activity
Thanks for sharing the solution; however, it does not work when there is map annotations.
I am running this code on Xcode version 14.1 (14B47b) using Simulator Version 14.1 (986.5), there is a new warning everything the map moves, did you find a way to avoid warnings using annotations? Thank you.
@Binding var annotationItems: [AnnotationItem] ... Map(coordinateRegion: binding, annotationItems: annotationItems) { item in MapAnnotation(coordinate: item.coordinate) { ... } }