Ian Vink
Ian Vink

Reputation: 68750

MonoTouch 5.4 and new iPhone 5 + new XCode

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?

Upvotes: 2

Views: 899

Answers (1)

t9mike
t9mike

Reputation: 1626

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, [email protected]. 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.

Upvotes: 4

Related Questions