---
title: UILaunchScreen
framework: bundleresources
role: symbol
role_heading: Property List Key
path: bundleresources/information-property-list/uilaunchscreen
---

# UILaunchScreen

The user interface to show while an app launches.

## Discussion

Discussion You use this key to define the launch screen that the system displays while your app launches. If you need to provide different launch screens in response to being launched by different URL schemes, use UILaunchScreens instead. note: Use this key to configure the user interface during app launch in a way that doesn’t rely on storyboards. If you prefer to use storyboards, use UILaunchStoryboardName instead.

## Topics

### Main Interface

- [UIColorName](bundleresources/information-property-list/uilaunchscreen/uicolorname.md)
- [UIImageName](bundleresources/information-property-list/uilaunchscreen/uiimagename.md)
- [UIImageRespectsSafeAreaInsets](bundleresources/information-property-list/uilaunchscreen/uiimagerespectssafeareainsets.md)

### Border Elements

- [UINavigationBar](bundleresources/information-property-list/uilaunchscreen/uinavigationbar.md)
- [UITabBar](bundleresources/information-property-list/uilaunchscreen/uitabbar.md)
- [UIToolbar](bundleresources/information-property-list/uilaunchscreen/uitoolbar.md)

## See Also

### Launch interface

- [UILaunchScreens](bundleresources/information-property-list/uilaunchscreens.md)
- [UILaunchStoryboardName](bundleresources/information-property-list/uilaunchstoryboardname.md)
- [UILaunchStoryboards](bundleresources/information-property-list/uilaunchstoryboards.md)
- [LSUIPresentationMode](bundleresources/information-property-list/lsuipresentationmode.md)
- [UILaunchToFullScreenByDefaultOnMac](bundleresources/information-property-list/uilaunchtofullscreenbydefaultonmac.md)
