OSX 10.6.6, Xcode 3.2.6, iOS 4.3 targeting 4.2
I am playing around with making a quick iPad native app.
I create a new iOS project.
In Properties for the project in Xcode I set: Targeted Device Family to iPad
In Interface Builder, Properties for the View I set Orientation to Landscape
The view looks small.
I drop a button on the main view and Build and Run.
I see my button. I Rotate To The Right in the simulator but my view does not rotate. It still looks Portrait size.
If I use Create iPad Version, the view gets much larger, but still does not rotate or look proper.
What am I doing wrong?
-J
|