Kindly point out if i have missed something?
I have a project with type ‘universe’. it works fine for iPhone.
I applied the following steps to get the iPad version.
1) duplicate the .xib.
2) Open source Code mode { xib file} and do the followings.
a) changed <archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="8.00">
to
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="8.00">
b) replaced IBCocoaTouchFramework with IBIPadFramework
c) changed the resolution of IBUIView to
<string key="NSFrame">{{0, 20}, {768, 1024}}</string>
Now, when i execute, i still see the output as if iPhone xib is embedded into the iPad view?.
am i missing anything ? Kindly point out the mistake i am doing?
Some how got it fixed by changing the co-ordination of main view.