Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created October 25, 2024 01:50
Show Gist options
  • Save vs-mobiletools-engineering-service2/bdc5af192fb68c3a92bbdfc928273880 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/bdc5af192fb68c3a92bbdfc928273880 to your computer and use it in GitHub Desktop.
previous-api-comparison/diff/Microsoft.MacCatalyst.md

API diff: Microsoft.MacCatalyst.dll

Microsoft.MacCatalyst.dll

Namespace ObjCRuntime

Type Changed: ObjCRuntime.Constants

Modified fields:

-public const string Version = "18.1.9060";
+public const string Version = "18.1.9061";

Namespace UIKit

Type Changed: UIKit.UIMenuIdentifier

Added value:

Open = 48,

Type Changed: UIKit.UIPressType

Added values:

TVRemoteFourColors = 33,
TVRemoteOneTwoThree = 32,

New Type: UIKit.NSObject_UIAccessibilityTextOperations

public static class NSObject_UIAccessibilityTextOperations {
	// methods
	public static IUITextInput GetAccessibilityTextInputResponder (this Foundation.NSObject This);
	public static UITextInputReturnHandler GetAccessibilityTextInputResponderHandler (this Foundation.NSObject This);
	public static void SetAccessibilityTextInputResponder (this Foundation.NSObject This, IUITextInput textInput);
	public static void SetAccessibilityTextInputResponderHandler (this Foundation.NSObject This, UITextInputReturnHandler handler);
}

New Type: UIKit.UITextInputReturnHandler

public sealed delegate UITextInputReturnHandler : System.MulticastDelegate {
	// constructors
	public UITextInputReturnHandler (object object, IntPtr method);
	// methods
	public virtual System.IAsyncResult BeginInvoke (System.AsyncCallback callback, object object);
	public virtual IUITextInput EndInvoke (System.IAsyncResult result);
	public virtual IUITextInput Invoke ();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment