开发者

catching the zoom out event

开发者 https://www.devze.com 2023-02-23 01:34 出处:网络
Can anybody tell me how to catch the zoom out event. My purpose is that i want to disable the auto zoom in when the user zoom o开发者_JAVA技巧utThe only documented methods related to this are mapView:

Can anybody tell me how to catch the zoom out event. My purpose is that i want to disable the auto zoom in when the user zoom o开发者_JAVA技巧ut


The only documented methods related to this are mapView:regionWillChangeAnimated: and mapView:regionDidChangeAnimated: on MKMapViewDelegate, which would be called on zoom out as well as zoom in and scroll.

0

精彩评论

暂无评论...
验证码 换一张
取 消