From a9bca96404aacb1e864200ae49f51b52d6580cc3 Mon Sep 17 00:00:00 2001 From: Manuel de la Pena Date: Mon, 24 Oct 2022 11:21:40 -0400 Subject: [PATCH] [UIKit] Add support for Xcode 14.1. (#16411) --- src/uikit.cs | 4 ++++ tests/xtro-sharpie/api-annotations-dotnet/iOS-UIKit.todo | 1 - tests/xtro-sharpie/iOS-UIKit.todo | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 tests/xtro-sharpie/api-annotations-dotnet/iOS-UIKit.todo delete mode 100644 tests/xtro-sharpie/iOS-UIKit.todo diff --git a/src/uikit.cs b/src/uikit.cs index 791e61303d..a9a5c62ed5 100644 --- a/src/uikit.cs +++ b/src/uikit.cs @@ -21732,6 +21732,10 @@ namespace UIKit { [DesignatedInitializer] [Wrap ("base (action)")] NativeHandle Constructor (Action action); + + [iOS (16, 1)] + [Export ("zOffset")] + nfloat ZOffset { get; } } interface IUILargeContentViewerItem { } diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-UIKit.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-UIKit.todo deleted file mode 100644 index fde6d5cac6..0000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/iOS-UIKit.todo +++ /dev/null @@ -1 +0,0 @@ -!missing-selector! UIHoverGestureRecognizer::zOffset not bound diff --git a/tests/xtro-sharpie/iOS-UIKit.todo b/tests/xtro-sharpie/iOS-UIKit.todo deleted file mode 100644 index fde6d5cac6..0000000000 --- a/tests/xtro-sharpie/iOS-UIKit.todo +++ /dev/null @@ -1 +0,0 @@ -!missing-selector! UIHoverGestureRecognizer::zOffset not bound