We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc219b2 commit d60d25bCopy full SHA for d60d25b
Xamarin.MacDev/IPhoneImageSizes.cs
@@ -89,6 +89,9 @@ public static class IPhoneImageSizes
89
public static readonly ImageSize LaunchRetinaHD47 = new ImageSize (750, 1334);
90
public static readonly ImageSize LaunchRetinaHD55 = new ImageSize (1242, 2208);
91
public static readonly ImageSize LaunchRetinaHD55Landscape = new ImageSize (2208, 1242);
92
+
93
+ public static readonly ImageSize LaunchRetinaX = new ImageSize (1125, 2436);
94
+ public static readonly ImageSize LaunchRetinaXLandscape = new ImageSize (2436, 1125);
95
}
96
97
public static class IPadImageSizes
0 commit comments