We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61e811c + e348034 commit e9e1bb1Copy full SHA for e9e1bb1
1 file changed
Xamarin.MacDev/IPhoneImageSizes.cs
@@ -92,8 +92,14 @@ public static class IPhoneImageSizes
92
93
public static readonly ImageSize LaunchRetinaX = new ImageSize (1125, 2436);
94
public static readonly ImageSize LaunchRetinaXLandscape = new ImageSize (2436, 1125);
95
+
96
+ public static readonly ImageSize LaunchRetinaXR = new ImageSize (828, 1792);
97
+ public static readonly ImageSize LaunchRetinaXRLandscape = new ImageSize (1792, 828);
98
99
+ public static readonly ImageSize LaunchRetinaXSMax = new ImageSize (1242, 2688);
100
+ public static readonly ImageSize LaunchRetinaXSMaxLandscape = new ImageSize (2688, 1242);
101
}
-
102
103
public static class IPadImageSizes
104
{
105
public static readonly ImageSize Icon = new ImageSize (72, 72);
0 commit comments