Skip to content

Instantly share code, notes, and snippets.

@AttiaMo
Created October 9, 2018 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AttiaMo/1d3b5cd23311b7a3f3c717cfa85d8f9a to your computer and use it in GitHub Desktop.
Save AttiaMo/1d3b5cd23311b7a3f3c717cfa85d8f9a to your computer and use it in GitHub Desktop.
class var isIphoneXOrBigger: Bool {
// 812.0 on iPhone X, XS.
// 896.0 on iPhone XS Max, XR.
return UIScreen.main.bounds.height >= 812
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment