IPad UI clipped in simulator
My views built for the iPad form factor look great in the Builder interface. However, when I debug my app in iPhone Simulator 3.2 (with hardware -> Device Mounted on iPad), I see that the UI gets cropped to about half the size. There is a 2x button at the bottom that allows me to zoom in. But it just shows the same cropped UI at double the size.
This is really weird since I created the XIB for the iPad form factor and it has to fit the iPad perfectly. Any ideas what I might be doing wrong?
I am using iPhone SDK 3.2 downloaded on 4/30/2010.
Thanks.
-Raj
a source to share
It looks like you accidentally created an iphone project and not an ipad project. In the New Project dialog, make sure you select iPad from the Product dropdown in the middle of the dialog:
alt text http://www.freeimagehosting.net/uploads/7f49d44254.png
a source to share