Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created January 13, 2022 09:31
Show Gist options
  • Save vs-mobiletools-engineering-service2/8cc7d305a7e9c0a58e66de6af933b254 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/8cc7d305a7e9c0a58e66de6af933b254 to your computer and use it in GitHub Desktop.
iOS API Generator diffs
title description author ms.author ms.date ms.topic ms.assetid ms.prod
Xamarin.iOS SDK API diff: unknown vs unknown
List of API changes between Xamarin.iOS versions unknown and unknown.
spouliot
sepoulio
1/12/2022
article
f7934223-2a8c-d5d4-788f-79d2f8610aa7
xamarin

Xamarin.iOS SDK API diff: unknown vs unknown

Namespace CoreAnimation

Type Changed: CoreAnimation.CATransform3D

Obsoleted fields:

 [Obsolete ("Use 'M11' instead.")]
 public nfloat m11;
 [Obsolete ("Use 'M12' instead.")]
 public nfloat m12;
 [Obsolete ("Use 'M13' instead.")]
 public nfloat m13;
 [Obsolete ("Use 'M14' instead.")]
 public nfloat m14;
 [Obsolete ("Use 'M21' instead.")]
 public nfloat m21;
 [Obsolete ("Use 'M22' instead.")]
 public nfloat m22;
 [Obsolete ("Use 'M23' instead.")]
 public nfloat m23;
 [Obsolete ("Use 'M24' instead.")]
 public nfloat m24;
 [Obsolete ("Use 'M31' instead.")]
 public nfloat m31;
 [Obsolete ("Use 'M32' instead.")]
 public nfloat m32;
 [Obsolete ("Use 'M33' instead.")]
 public nfloat m33;
 [Obsolete ("Use 'M34' instead.")]
 public nfloat m34;
 [Obsolete ("Use 'M41' instead.")]
 public nfloat m41;
 [Obsolete ("Use 'M42' instead.")]
 public nfloat m42;
 [Obsolete ("Use 'M43' instead.")]
 public nfloat m43;
 [Obsolete ("Use 'M44' instead.")]
 public nfloat m44;

Added properties:

public nfloat M11 { get; set; }
public nfloat M12 { get; set; }
public nfloat M13 { get; set; }
public nfloat M14 { get; set; }
public nfloat M21 { get; set; }
public nfloat M22 { get; set; }
public nfloat M23 { get; set; }
public nfloat M24 { get; set; }
public nfloat M31 { get; set; }
public nfloat M32 { get; set; }
public nfloat M33 { get; set; }
public nfloat M34 { get; set; }
public nfloat M41 { get; set; }
public nfloat M42 { get; set; }
public nfloat M43 { get; set; }
public nfloat M44 { get; set; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment