The issue I am having with this naming convention ~iPad.xib is that everything loads properly in the iPad simulator. Although when I build the project on the device only the iPhone Views load. This has been driving me crazy. Please if anyone knows why this is doing this it would be much appreciated. Thanks
|
feedback
|
|
Make sure you use | |||||||
feedback
|
|
Call it mynibname~ipad.xib - I wrote out all the steps needed to use this strategy in this post: Is this a correct way of creating a universal iOS app? Xcode 4 - Seems to work? | |||
|
feedback
|
~ipad(lowercase)? The simulator is lenient when it comes to capitalization. – sudo rm -rf Apr 19 '11 at 15:35