标签: ios mkmapview
我有一个问题: MKMapView setCenterCoordinate:动画有时不能正确居中(不规则)。我使用了简单的代码:
[self.mapView setCenterCoordinate:self.currentUserCoordinate animated:NO];
我注意到当我使用animated:YES时,效果很好。
animated:YES
如何解决?谢谢!