New iPhone 5 splash screen dimensions

You must Login before you can answer or comment on any questions.

The new iPhone has new dimensions. 640x1136. I already have the splash screen. But how to implement it?

2 Answers

All you need to do is create a file named "Default-568h@2x.png" that's 1136x640, and put it in your Resources/iphone folder.

Assuming that there is going to be a new phone, and it has a different sized screen, and that you need a new splash screen, you'd implement it the same way as any other splash screen. Set it in the info.plist file per Apple's documentation.

Still, going under all those assumptions, it would require SDK 6, which won't be officially supported by Titanium for at least a few days, and no longer than 30 days after release.

Your Answer

Think you can help? Login to answer this question!