views:

80

answers:

0

I have an app project that I upgraded to a Universal App for the iPad. XCode created a Resources-iPad folder and duplicated my .xib file in there with the -iPad tacked onto the file name.

That's all well and good. But when I edit that XIB it doesn't seem to understand this is an iPad XIB. For instance, the Window object is 320x480 and cannot be changed. I see nothing like a SplitView in the list of view objects I can create.

What I am I missing here?