Created
January 28, 2013 13:19
-
-
Save parse/4655433 to your computer and use it in GitHub Desktop.
Identify tall iOS devices (e.g. iphone 5) in Corona/Lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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