缩小 MKMapView
当您双击 MKMapView 时:放大。
但是如何缩小?
When you double tap on MKMapView : zoom in.
But how to zoom out??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
当您双击 MKMapView 时:放大。
但是如何缩小?
When you double tap on MKMapView : zoom in.
But how to zoom out??
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
总是使用两根手指来放大和缩小。在模拟器上,您需要按住选项键才能在模拟屏幕上显示“两根手指”(我认为这是 Alt 键,但我在 mac 上使用 PC 键盘,因此在真正的 mac 键盘上可能有所不同
)在程序上,您需要在地图套件上设置区域。
通过
MKMapKit
对象的setRegion
方法。确保您在范围内,否则会导致崩溃。 (即长-180
There's always using two fingers to zoom in and out. On the emulator you need to hold down an option key to get 'two fingers' appear on the emulated screen (I think it's the Alt key but I use a PC keyboard on my mac so may differ on a real mac keyboard)
As for doing it procedurally you need to set the region on the mapkit.
via the
setRegion
method of yourMKMapKit
object.Make sure you're within bounds though as it will cause a crash if not. (i.e. long -180