iOS:使用边填充的地图视图位置

时间:2015-05-14 18:04:23

标签: ios mkmapview userlocation uiedgeinsets

我有一个显示用户位置的MKMapView以及一个MKUserTrackingBarButtonItem。我在这一行添加了边填充:

mapView.setVisibleMapRect(mapView.visibleMapRect, edgePadding: UIEdgeInsetsMake(0.0, 0.0, (self.mapView.bounds.height-88.0)/2, 0.0), animated: true)

我工作但问题是当我点击跟踪按钮 - 居中到用户位置 - 边缘填充离开。

如何让它一直有效?

由于

0 个答案:

没有答案