Xcode – Centering a map annotation to the top quarter of the screen
so I'd like to go from image 1 to image 2 when an annotation is clicked (Mapbox): https://i.stack.imgur.com/OFIFa.png It's fairly easy to have the map center on the annotation, by calling mapView.setCenter() inside one of the Mapbox delegate functions as…