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