MapKit
UIViewRepresentable with Coordinator Example
There are not many examples of correctly using a Coordinator with UIViewRepresentable so thought I’d share one on mine. You’ll see many examples including some from Apple that return Coordinator(self) which I believe is a mistake because the UIViewRepresentable is a struct value type which is recreated on every state Read more…