diff --git a/MapView/Map/RMMapView.m b/MapView/Map/RMMapView.m index 42960d45f..d52bd41a4 100644 --- a/MapView/Map/RMMapView.m +++ b/MapView/Map/RMMapView.m @@ -3275,7 +3275,7 @@ - (void)setViewControllerPresentingAttribution:(UIViewController *)viewControlle _attributionButton.autoresizingMask = UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleLeftMargin; - [_attributionButton addTarget:self action:@selector(showAttribution:) forControlEvents:UIControlEventTouchDown]; + [_attributionButton addTarget:self action:@selector(showAttribution:) forControlEvents:UIControlEventTouchUpInside]; _attributionButton.frame = CGRectMake(self.bounds.size.width - 30, self.bounds.size.height - 30,