Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created October 11, 2024 00:05
Show Gist options
  • Save vs-mobiletools-engineering-service2/92255430fcf6209915d84581e2dedbae to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/92255430fcf6209915d84581e2dedbae to your computer and use it in GitHub Desktop.
stable-api-comparison/diff/Microsoft.MacCatalyst.md

API diff: Microsoft.MacCatalyst.dll

Microsoft.MacCatalyst.dll

Namespace AppKit

New Type: AppKit.NSToolbarItemVisibilityPriority

[Serializable]
public enum NSToolbarItemVisibilityPriority {
	High = 1000,
	Low = -1000,
	Standard = 0,
	User = 2000,
}

Namespace UIKit

Type Changed: UIKit.UISegmentedControl

Added methods:

public virtual Foundation.NSDictionary GetWeakTitleTextAttributes (UIControlState state);
public virtual void SetTitleTextAttributes (Foundation.NSDictionary attributes, UIControlState state);

Type Changed: UIKit.UISegmentedControl.UISegmentedControlAppearance

Added methods:

public virtual Foundation.NSDictionary GetWeakTitleTextAttributes (UIControlState state);
public virtual void SetTitleTextAttributes (Foundation.NSDictionary attributes, UIControlState state);

Namespace Vision

Type Changed: Vision.VNUtils

Added property:

public static double VisionVersionNumber { get; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment