MKMapViewZoom icon indicating copy to clipboard operation
MKMapViewZoom copied to clipboard

MKMapView category for supporting zoom level, code belongs to Troy Brant

Results 4 MKMapViewZoom issues
Sort by recently updated
recently updated
newest added

This method was added in the comments section of the original wepage. please accept.

- CHANGE some code style stuff. - ADD zoomLevel get method.

I am trying to zoom out till the point when I can see entire world map. When using with iPad (retina or non-retina), following line crashes: `[map setCenterCoordinate:CLLocationCoordinate2DMake(0, 0) zoomLevel:0...

In my testing, the zoomLevel is no longer correct when using this class under iOS6. Has anyone else noticed this issue?