fix attribution display
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -2825,7 +2825,7 @@ | @@ -2825,7 +2825,7 @@ | ||
2825 | 2825 | ||
2826 | _attributionButton.autoresizingMask = UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleLeftMargin; | 2826 | _attributionButton.autoresizingMask = UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleLeftMargin; |
2827 | 2827 | ||
2828 | - [_attributionButton addTarget:self action:@selector(showAttribution:) forControlEvents:UIControlEventTouchUpInside]; | 2828 | + [_attributionButton addTarget:self action:@selector(showAttribution:) forControlEvents:UIControlEventTouchDown]; |
2829 | 2829 | ||
2830 | _attributionButton.frame = CGRectMake(self.bounds.size.width - 30, | 2830 | _attributionButton.frame = CGRectMake(self.bounds.size.width - 30, |
2831 | self.bounds.size.height - 30, | 2831 | self.bounds.size.height - 30, |
-
Please register or login to post a comment