Changing sizes of all UIObjects just for iPad
I wish to change the size of all objects in the nib files just for the iPad.
Not programmatically, but a different set of nib files specifically generated in IB just for the bigger screen of the iPad.
I have a folder in my Project named "iPad". I honestly do not have a clue how it got there; but I suspect XCode created it when I specified building a Universal App.
The only file in that folder is en.lproj/MainWindow-iPad. I tried duplicating my many .xib files in my main en.lproj folder and copying them over to this iPad folder. Followed by increasing the font-size, using larger images etc for each of these iPad-specific .xib files. This did not work; as a matter of fact, the iPhone picked up these iPad-specific .xib's and used their larger sizes.
I really need some help on this one.
Thanks
|