I’m building a simple app in Cocoa Touch that is to work on iPad and iPhone.
What are the techniques for creating XIB files that would work and look the same on these two devices? Can I use the same XIB for iPad and iPhone?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want your app to “work and look the same on these two devices”, just create an iPhone version and deploy only to the iPhone. The iPhone app will run on an iPad as is, and an iPad user will have the option to pixel-double it if the iPhone resolution is too small.