I am little bit confused about creating universal application for iOS devices using Xcode 4.3 , later versions (Xcode 4) have separate folder classes for this, but how will we make this using newest version of Xcode?
Thanks in advance
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.
I don’t think this has changed in Xcode 4.3 compared to previous versions of Xcode 4.* , but though you have a doubt refer to my answer below.
If you want to create a new project as
Universal Appthen select Universal inDevice Familyin below image:Or if you are trying to convert an existing iPhone or iPad app to Universal app then select
Devicesas Universal fromTarget Settings– >SummaryTab, setDevicesto Universal:Hope this helps you.
EDIT:
Let us suppose View Controller name is
YourViewControllerLet us suppose name of iPad XIB is
YourViewController-iPad.xiband iPhone xib name isYourViewController.xibLet me know if you need more help.