I recently wrote an iPad app that I would like to make a universal app.
What is the best way to do this? Can I simply create two versions of my XIB files and load the appropriate XIB based upon the device?
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.
This should help you out a lot:
http://iphonedevelopment.blogspot.com/2010/04/converting-iphone-apps-to-universal.html
Yes, you can create 2 xib files for every screen (one for iPad, and one for iPhone/iPod).