-
Notifications
You must be signed in to change notification settings - Fork 515
UIKit tvOS xcode14.3 beta3
Alex Soto edited this page Mar 22, 2023
·
2 revisions
#UIKit.framework https://github.com/xamarin/xamarin-macios/pull/17810
diff -ruN /Applications/Xcode_14.3.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputContext.h /Applications/Xcode_14.3.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputContext.h
--- /Applications/Xcode_14.3.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputContext.h 2023-02-24 09:43:54
+++ /Applications/Xcode_14.3.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextInputContext.h 2023-03-09 18:51:18
@@ -9,7 +9,7 @@
#import <UIKit/UIKitCore.h>
// UITextInputContext provides a way to indicate Scribble, dictation, and hardware keyboard input.
-API_AVAILABLE(ios(17.0), macos(14.0))
+UIKIT_EXTERN API_AVAILABLE(ios(16.4))
@interface UITextInputContext : NSObject
@property (nonatomic, readwrite, getter=isPencilInputExpected) BOOL pencilInputExpected;
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status