I have an ipad app and would like to make it run also on iphone (in the same app) so when i install the app on an iphone/ipad, the proper view is selected.
Honestly i don’t know where to begin, could you give me some ideas of what i am dealing with?
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 look at the default project for a Universal Application, you can see how this works (see here the applicationDidFinishLaunchingWithOptions: method:
This allows you to select the correct nib for your application’s view controller based on the device.