Skip to content

Commit

Permalink
Merge pull request #12 from vincentneo/iPhoneXscreenSize
Browse files Browse the repository at this point in the history
Included 5.8 inch screen size for iPhone X
  • Loading branch information
Nicholas Maccharoli authored Jan 27, 2018
2 parents dc4f0f3 + 33b41a7 commit 354414d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Screen.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ extension Screen {
case (568, _): return 4.0
case (667, 3.0), (736, _): return 5.5
case (667, 1.0), (667, 2.0): return 4.7
case (812, 3.0): return 5.8
case (1024, _): return ipadSize1024()
case (1112, _): return 10.5
case (1366, _): return 12.9
Expand Down

0 comments on commit 354414d

Please sign in to comment.