Adjust the map views visible rect in order to display all annotations

suggest change

Swift:

mapView.showAnnotations(mapView.annotations, animated: true)

Objective-C:

[mapView showAnnotations:mapView.annotations animated:YES];

Demo:

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents