Skip to content

Commit d60d25b

Browse files
committed
Added new iPhone X icon sizes
1 parent dc219b2 commit d60d25b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Xamarin.MacDev/IPhoneImageSizes.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ public static class IPhoneImageSizes
8989
public static readonly ImageSize LaunchRetinaHD47 = new ImageSize (750, 1334);
9090
public static readonly ImageSize LaunchRetinaHD55 = new ImageSize (1242, 2208);
9191
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);
9295
}
9396

9497
public static class IPadImageSizes

0 commit comments

Comments
 (0)