Skip to content

Commit

Permalink
[UIKit] Make UIView.HitTest's return value nullable. Fixes dotnet#19019.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Sep 14, 2023
1 parent 862e232 commit 4705625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uikit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16425,6 +16425,7 @@ interface UIView : UIAppearance, UIAppearanceContainer, UIAccessibility, UIDynam
bool ExclusiveTouch { [Bind ("isExclusiveTouch")] get; set; }

[Export ("hitTest:withEvent:")]
[return: NullAllowed]
UIView HitTest (CGPoint point, [NullAllowed] UIEvent uievent);

[Export ("pointInside:withEvent:")]
Expand Down

0 comments on commit 4705625

Please sign in to comment.