禁用在mapView内滚动,但想要点击或启用iOS标记引脚

时间:2016-08-09 08:03:19

标签: ios uiscrollview mkmapview

我想在mapView中禁用滚动,但GMSMarker引脚应该是可点击的。 有什么建议吗?

2 个答案:

答案 0 :(得分:0)

$ curl -g '{http://example.com/}' curl: (1) Protocol "{http" not supported or disabled in libcurl

MKMapView

对于谷歌地图

mapView.scrollEnabled = NO;

答案 1 :(得分:0)

解决了我的问题......

最好的方法是设置:

mapView_.userInteractionEnabled = NO;

并在superview上添加一个按钮并向其添加目标:)