title | description | author | ms.author | ms.date | ms.topic | ms.assetid | ms.prod |
---|---|---|---|---|---|---|---|
Xamarin.iOS SDK API diff: 14.10.0 vs 14.14.2 |
List of API changes between Xamarin.iOS versions 14.10.0 and 14.14.2. |
spouliot |
sepoulio |
4/21/2021 |
article |
9d622819-93a1-0f54-7dc9-b314086b9d4a |
xamarin |
Added method:
public void Deconstruct (out nfloat x, out nfloat y);
Added methods:
public void Deconstruct (out CGPoint location, out CGSize size);
public void Deconstruct (out nfloat x, out nfloat y, out nfloat width, out nfloat height);
Added method:
public void Deconstruct (out nfloat width, out nfloat height);
Obsoleted methods:
[Obsolete ("Use 'CoordinateBatch' instead.")]
public virtual void CoordinateBatc (NSUrl[] readingURLs, NSFileCoordinatorReadingOptions readingOptions, NSUrl[] writingURLs, NSFileCoordinatorWritingOptions writingOptions, out NSError error, System.Action batchHandler);
Added method:
public virtual void CoordinateBatch (NSUrl[] readingURLs, NSFileCoordinatorReadingOptions readingOptions, NSUrl[] writingURLs, NSFileCoordinatorWritingOptions writingOptions, out NSError error, System.Action batchHandler);
[Serializable]
public enum MPNowPlayingPlaybackState {
Interrupted = 4,
Paused = 2,
Playing = 1,
Stopped = 3,
Unknown = 0,
}
Modified fields:
-public const string Version = "14.10.0";
+public const string Version = "14.14.2";
Added fields:
public static const string AccelerateLibrary = "/System/Library/Frameworks/Accelerate.framework/Accelerate";
public static const string CoreAudioLibrary = "/System/Library/Frameworks/CoreAudio.framework/CoreAudio";
public static const string GSSLibrary = "/System/Library/Frameworks/GSS.framework/GSS";
public static const string NotificationCenterLibrary = "/System/Library/Frameworks/NotificationCenter.framework/NotificationCenter";
public static const string TwitterLibrary = "/System/Library/Frameworks/Twitter.framework/Twitter";
public sealed class MacCatalystAttribute : ObjCRuntime.IntroducedAttribute {
// constructors
public MacCatalystAttribute (byte major, byte minor);
public MacCatalystAttribute (byte major, byte minor, byte subminor);
}
public static class NativeObjectExtensions {
// methods
public static IntPtr GetHandle (this INativeObject self);
public static IntPtr GetNonNullHandle (this INativeObject self, string argumentName);
}
public sealed class NoMacCatalystAttribute : ObjCRuntime.UnavailableAttribute {
// constructors
public NoMacCatalystAttribute ();
}
public static class ThrowHelper {
// methods
public static void ThrowArgumentException (string argumentName);
public static void ThrowArgumentException (string argumentName, string message);
public static void ThrowArgumentNullException (string argumentName);
public static void ThrowObjectDisposedException (object o);
}
Modified properties:
-public virtual NSLineBreakStrategy LineBreakStrategy { get; set; }
+public override NSLineBreakStrategy LineBreakStrategy { get; set; }