Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created October 23, 2023 22:50
Show Gist options
  • Save vs-mobiletools-engineering-service2/880f8c3c4a01afedd68a579b5494f518 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/880f8c3c4a01afedd68a579b5494f518 to your computer and use it in GitHub Desktop.
previous-api-comparison/diff/dotnet/Microsoft.MacCatalyst.Ref/ref/net8.0/Microsoft.MacCatalyst.md

API diff: Microsoft.MacCatalyst.dll

Microsoft.MacCatalyst.dll

Namespace AppKit

Type Changed: AppKit.NSCursor

Added interface:

Foundation.INSSecureCoding

Type Changed: AppKit.NSImage

Added method:

public static NSImage GetImage (string symbolName, Foundation.NSBundle bundle, double variableValue);

Type Changed: AppKit.NSToolbar

Added property:

public static Foundation.NSString NSToolbarToggleInspectorItemIdentifier { get; }

Type Changed: AppKit.NSToolbarItem

Added property:

public virtual bool Visible { get; }

New Type: AppKit.INSAccessibilityColor

public interface INSAccessibilityColor : ObjCRuntime.INativeObject, System.IDisposable {
	// properties
	public virtual string AccessibilityName { get; }
}

Namespace UIKit

Type Changed: UIKit.NSTextLayoutFragment

Added methods:

public virtual NSTextLineFragment GetTextLineFragment (System.Runtime.InteropServices.NFloat verticalOffset, bool requiresExactMatch);
public virtual NSTextLineFragment GetTextLineFragment (INSTextLocation textLocation, bool isUpstreamAffinity);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment