diff --git a/src/pdfkit.cs b/src/pdfkit.cs index 0f1caf66bd..81f39fead9 100644 --- a/src/pdfkit.cs +++ b/src/pdfkit.cs @@ -920,6 +920,10 @@ namespace PdfKit { [MacCatalyst (13, 1)] [NullAllowed, Export ("stampName")] string StampName { get; set; } + + [iOS (17, 0), Mac (14, 0), MacCatalyst (17, 0)] + [Export ("activatableTextField")] + bool ActivatableTextField { [Bind ("isActivatableTextField")] get; } } [NoiOS] diff --git a/tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-PDFKit.todo b/tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-PDFKit.todo deleted file mode 100644 index 442a3095b6..0000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-PDFKit.todo +++ /dev/null @@ -1,8 +0,0 @@ -!missing-protocol-conformance! PDFView should conform to UIFindInteractionDelegate -!missing-selector! PDFView::findInteraction not bound -!missing-selector! PDFView::isFindInteractionEnabled not bound -!missing-selector! PDFView::isInMarkupMode not bound -!missing-selector! PDFView::pageOverlayViewProvider not bound -!missing-selector! PDFView::setFindInteractionEnabled: not bound -!missing-selector! PDFView::setInMarkupMode: not bound -!missing-selector! PDFView::setPageOverlayViewProvider: not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-PDFKit.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-PDFKit.todo deleted file mode 100644 index 3a1546d651..0000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/iOS-PDFKit.todo +++ /dev/null @@ -1 +0,0 @@ -!missing-selector! PDFAnnotation::isActivatableTextField not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/macOS-PDFKit.todo b/tests/xtro-sharpie/api-annotations-dotnet/macOS-PDFKit.todo deleted file mode 100644 index 3a1546d651..0000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/macOS-PDFKit.todo +++ /dev/null @@ -1 +0,0 @@ -!missing-selector! PDFAnnotation::isActivatableTextField not bound diff --git a/tests/xtro-sharpie/iOS-PDFKit.todo b/tests/xtro-sharpie/iOS-PDFKit.todo deleted file mode 100644 index 3a1546d651..0000000000 --- a/tests/xtro-sharpie/iOS-PDFKit.todo +++ /dev/null @@ -1 +0,0 @@ -!missing-selector! PDFAnnotation::isActivatableTextField not bound diff --git a/tests/xtro-sharpie/macOS-PDFKit.todo b/tests/xtro-sharpie/macOS-PDFKit.todo deleted file mode 100644 index 3a1546d651..0000000000 --- a/tests/xtro-sharpie/macOS-PDFKit.todo +++ /dev/null @@ -1 +0,0 @@ -!missing-selector! PDFAnnotation::isActivatableTextField not bound