Skip to content

Commit

Permalink
UIViewComponentPeer: Fix deprecation warnings for iOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
reuk committed Oct 29, 2024
1 parent f7c7225 commit dbe74e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ - (void) touchesCancelled: (NSSet*) touches withEvent: (UIEvent*) event
[self touchesEnded: touches withEvent: event];
}

- (void) onHover: (UIHoverGestureRecognizer*) gesture
- (void) onHover: (UIHoverGestureRecognizer*) gesture API_AVAILABLE (ios (13))
{
if (owner != nullptr)
owner->onHover (gesture);
Expand Down

0 comments on commit dbe74e9

Please sign in to comment.