Adjust the map views visible rect in order to display all annotations
suggest changeSwift:
mapView.showAnnotations(mapView.annotations, animated: true)
Objective-C:
[mapView showAnnotations:mapView.annotations animated:YES];
Demo:

Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents