I'm getting a bit confused on how to use the simulator to build applications that need to support the new higher resolution of the iphone 4.
I would except when selecting the iphone4 simulator to run the app on that [[UIScreen mainScreen] bounds]
would give me 960x640 back, but instead it still giving me the old resolution (480x320) ?
Although the iphone4 simulator appears as a giant phone on my screen, it appears that it still consists of only 480x320 pixels. For instance when I would want to display something on line 700, it'll just fall ofscreen ?
Thanks for any input on this.