views:

793

answers:

2

At first, I was not able to build a new blank project to iPhone using the new XCode 3.2 beta. I edited the project settings and was able to build the blank app to iPhone simulator.

However, when I open the nib for the project in IB and click the view, it opens an iPad size view.

How do I get the right sized view to work on in IB?

+1  A: 

Cmd+I on your project, find the setting containing the string "iPad", change it to "iPhone".

KennyTM
+1  A: 

in InterfaceBuilder select your view, then File->Create iPhone/iPod touch Version

jeka