Marino Faggiana 7 년 전
부모
커밋
abe332e652
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      iOSClient/Library/AHKActionSheet/AHKActionSheet.m

+ 1 - 0
iOSClient/Library/AHKActionSheet/AHKActionSheet.m

@@ -334,6 +334,7 @@ static const CGFloat maxWidth = 414.0f;
     
     if (self.cancelOnTapEmptyAreaEnabled.boolValue) {
         [self setUpCancelTapGestureForView:self.tableView];
+        [self setUpCancelTapGestureForView:self.blurredBackgroundView];
     }
     
     CGFloat slideDownMinOffset = (CGFloat)fmin(CGRectGetHeight(self.frame) + self.tableView.contentOffset.y, CGRectGetHeight(self.frame));