Post

Replies

Boosts

Views

Activity

Comment on MapAnnotation SwiftUI Runtime Warnings
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) { ... } }
Nov ’22