MKMapView not centered on pin
- by Val Smith
Hi all,
I have an mkmapview that i'm currently adding pins to, but for some reason when I call [mapView setRegion:[detailItem coordinateRegion] animated:YES]; the pin is off-centered (toward the right side of the screen) on the map. Here is the code for [deailItem coordinateRegion]:
- (MKCoordinateRegion)coordinateRegion {
MKCoordinateRegion…