Skip to content

Commit

Permalink
Added new iPhone X icon sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Oct 7, 2017
1 parent dc219b2 commit d60d25b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Xamarin.MacDev/IPhoneImageSizes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ public static class IPhoneImageSizes
public static readonly ImageSize LaunchRetinaHD47 = new ImageSize (750, 1334);
public static readonly ImageSize LaunchRetinaHD55 = new ImageSize (1242, 2208);
public static readonly ImageSize LaunchRetinaHD55Landscape = new ImageSize (2208, 1242);

public static readonly ImageSize LaunchRetinaX = new ImageSize (1125, 2436);
public static readonly ImageSize LaunchRetinaXLandscape = new ImageSize (2436, 1125);
}

public static class IPadImageSizes
Expand Down

0 comments on commit d60d25b

Please sign in to comment.