Extract images from launch file (storyboard) for each device and orientation

106 Views Asked by At

I've created a storyboard as launch image for the start up of the application.

Is it possible to get png images out of the launch screen for each device and orientation automatically? I don't need the status bar included.

Then I wouldn't need to create extra launch images for iOS 7. Is this possible?

1

There are 1 best solutions below

2
On BEST ANSWER

Unfortunately it is impossible to do it automatically.

You can launch your app on each simulator type for iOS 8 (iPad, iPhone with different sizes) and snapshot simulator when it showing launch screen by CMD+S shortcut.

You will get snapshots on your Mac desktop folder, and then you can add it as launch images