refs #121: fix touch event for attribution button
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -3275,7 +3275,7 @@ | @@ -3275,7 +3275,7 @@ | ||
3275 | 3275 | ||
3276 | _attributionButton.autoresizingMask = UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleLeftMargin; | 3276 | _attributionButton.autoresizingMask = UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleLeftMargin; |
3277 | 3277 | ||
3278 | - [_attributionButton addTarget:self action:@selector(showAttribution:) forControlEvents:UIControlEventTouchDown]; | 3278 | + [_attributionButton addTarget:self action:@selector(showAttribution:) forControlEvents:UIControlEventTouchUpInside]; |
3279 | 3279 | ||
3280 | _attributionButton.frame = CGRectMake(self.bounds.size.width - 30, | 3280 | _attributionButton.frame = CGRectMake(self.bounds.size.width - 30, |
3281 | self.bounds.size.height - 30, | 3281 | self.bounds.size.height - 30, |
-
Please register or login to post a comment