Dynamic image resolution supported for splash screen?

Have everything setup and working correctly for my dynamic image resolution using newImageRect but noticed that my splash screens are still being displayed at the 480x320 res. Any ideas on how to utilize two versions of splash screen images to support both the iPhone 3 and 4?

Thank you! [import]uid: 11554 topic_id: 4450 reply_id: 304450[/import]

Seems that this is as simple as creating splash images that are the full retina resolution. These scale down nicely for the iPhone 3G but look crisp and nice on the iPhone 4. [import]uid: 11554 topic_id: 4450 reply_id: 14167[/import]

Or you can name it Default@2x. I went with that since the Apple docs say the splash screen needs to be 320X480 and didn’t want to give them any ideas for a possible rejection. [import]uid: 10835 topic_id: 4450 reply_id: 14183[/import]

Great! I’ll give this a try I don’t want to do anything to cause my app to get held up any longer than it probably already will. Thanks! [import]uid: 11554 topic_id: 4450 reply_id: 14210[/import]