My project is completed for iPhone but now I have to convert it in universal. So I want to know What is the best and quick way to convert iPhone xib to iPad xib in Xcode 4.5.
Share
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.
To convert your app into a universal app follow these steps:
Load specific xib file in your code i.e apply a check to see if the device is iPad or iPhone and then load the specific xib file. Check simply looks like this: