Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,9 @@ - (void)unbindFromView
{
#if CHECK_TARGET(13_4)
if (@available(iOS 13.4, *)) {
[super unbindFromView];
// Remove the interaction before [super unbindFromView] detaches the recognizer and nils recognizer.view.
[self.recognizer.view removeInteraction:_pointerInteraction];
[super unbindFromView];
}
#endif
}
Expand Down
Loading