Skip to content

Instantly share code, notes, and snippets.

@walterlua
Created September 15, 2012 02:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save walterlua/3726123 to your computer and use it in GitHub Desktop.
Save walterlua/3726123 to your computer and use it in GitHub Desktop.
Corona iPhone 5 tall app detection
local isTall = ( "iPhone" == system.getInfo( "model" ) ) and ( display.pixelHeight > 960 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment