Unified Contacts

05 October, 2014

Using Storyboard as Launch Screen

In iOS8, you can use a storyboard or xib file as the launch screen. Therefore, you can design a adaptive launch screen to fit in all devices that with different screen size. This save development time and no need to manage many launch images any more. If you start a new project, a LaunchScreen.xib is created for you by default. But you can still continue to use static launch image for iPhone 6 and 6 Plus. The resolution are listed below.

For iPhone 6:
 - 750 x 1334 (@2x)

For iPhone 6 Plus:
 - 1242 x 2208 (@3x)




在iOS8, 你可以使用storyboard或xib檔作為launch screen. 你可以計設一個適應性launch screen去配合所有不同呎吋的裝置. 這節省了開發時間及不需再管理很多launch image. 如果你新增一個project, 預設有一個xib作為launch screen. 但你還是可以繼續使用靜態launch image給iPhone 6及6 Plus. 以下是他們的解像度.

For iPhone 6:
 - 750 x 1334 (@2x)

For iPhone 6 Plus:
 - 1242 x 2208 (@3x)