Skip to content

Commit

Permalink
Merge pull request #1234 from emanueluayza/fix-uitouch-ios-15
Browse files Browse the repository at this point in the history
Removed setIsTap to avoid unrecognized selector sent to instance issue on iOS 15
  • Loading branch information
dostrander authored Aug 2, 2021
2 parents 9955522 + f5ddd38 commit a3d6be5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/KIF/Additions/UITouch-KIFAdditions.m
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ - (id)initAtPoint:(CGPoint)point inWindow:(UIWindow *)window;
[self setPhase:UITouchPhaseBegan];

if ([self respondsToSelector:@selector(_setIsFirstTouchForView:)]) {
[self setIsTap:YES];
[self _setIsFirstTouchForView:YES];
} else {
[self _setIsTapToClick:YES];
Expand Down

0 comments on commit a3d6be5

Please sign in to comment.