Retina display.
Hi,
Instead of detecting screen bounds at runtime, I have hardcoded those values as 320x480 in my game.... So for example, if I want to check collision with screen bounds, I use 320 and 420 (The game have a little status bar at the bottom of the screen).
I am wondering if this could create problems if the game is running on an Iphone 4 device, since the screen bounds would be 960x640. I have changed the Simulator device to iPhone 4 (Simulator->Hardware->Device->iPhone 4) and everything is working as it should.... Would this be the case in real iPhone 4 device?
Thank you very much.
|