Hi,
I found a bug in the instance method of the MKMapView class:
- (void)setRegion:(MKCoordinateRegion)region animated:(BOOL)animated
It doesn't work when animated is set to "YES":
[mapView setRegion:coordinateRegion animated:YES];
Has anyone seen this before? It works fine when selected "NO":
[mapView setRegion:coordinateRegion animated:NO]
Is there any way to enable zoom with animation? Can it be fixed please?
Cheers,
Valik