Can we install the new XCode supporting iPhone 5 and have it work with MonoTouch 5.4 to create apps that will work on the new screensize?
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.
Redth# has posted a nice writeup on getting your MonoTouch app ready for iPhone5. The key change to your project is to add a new splash image for the new display size, Default-568h@2x.png. I’m sure Xamarin will release a new release that adds a GUI to set this, but you can manually do it now following Redth#’s instructions.