Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created September 25, 2025 16:00
Show Gist options
  • Select an option

  • Save vs-mobiletools-engineering-service2/6c24ce4f6d8a8d756f0ef3a97586d7f9 to your computer and use it in GitHub Desktop.

Select an option

Save vs-mobiletools-engineering-service2/6c24ce4f6d8a8d756f0ef3a97586d7f9 to your computer and use it in GitHub Desktop.
previous-api-comparison/diff/Microsoft.iOS.md

API diff: Microsoft.iOS.dll

Microsoft.iOS.dll

Namespace ObjCRuntime

Type Changed: ObjCRuntime.Constants

Modified fields:

-public const string Version = "26.0.9673";
+public const string Version = "26.0.9674";

Namespace UIKit

Type Changed: UIKit.UIMenu

Modified properties:

 ---[ObjCRuntime.BindAsAttribute(UIKit.UIMenuIdentifier)]
 ---public virtual UIMenuIdentifier Identifier { get; }

Added property:

public virtual Foundation.NSString WeakIdentifier { get; }

Modified methods:

 ---[Foundation.ExportAttribute("menuWithTitle:image:identifier:options:children:")]
 ---public UIMenu Create (string title, UIImage image, UIMenuIdentifier identifier, UIMenuOptions options, UIMenuElement[] children)

Added method:

public static UIMenu Create (string title, UIImage image, Foundation.NSString identifier, UIMenuOptions options, UIMenuElement[] children);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment