Is it possible to use the XCode “Upgrade Current Target for iPad” command to assist in converting a Monotouch created app for the iPhone to make a “universal app”?
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.
Only way I know of is to use the option ‘Create iPad Version’ in Interface Builder (IB) for each of your XIBs. From there you will have to save the XIB and hook up iPad versions of your controllers.
It actually might be easier to start a new “Universal” project and import your old code in.