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

# UILaunchScreens

The user interfaces to show while an app launches in response to different URL schemes.

## Discussion

Discussion You use this key if your app supports launching in response to one or more URL schemes, and if you want to provide different launch screens for different launch triggers. If you need only one launch screen, use UILaunchScreen instead. To define launch screens, create an array of dictionaries, each similar to the one you might provide for UILaunchScreen, but with an added UILaunchScreenIdentifier key that uniquely identifies the screen. Store the array as the value for the UILaunchScreenDefinitions key. To map from URL schemes to a launch screens, create a dictionary of schemes and identifiers, and store it as the value for the UIURLToLaunchScreenAssociations key. Additionally, indicate a default launch screen by setting a value for the UIDefaultLaunchScreen key. 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 to define the launch screen, use the UILaunchStoryboards key instead.

## Topics

### Launch Screen Definitions

- [UILaunchScreenDefinitions](bundleresources/information-property-list/uilaunchscreens/uilaunchscreendefinitions.md)

### Associations

- [UIURLToLaunchScreenAssociations](bundleresources/information-property-list/uilaunchscreens/uiurltolaunchscreenassociations.md)
- [UIDefaultLaunchScreen](bundleresources/information-property-list/uilaunchscreens/uidefaultlaunchscreen.md)

## See Also

### Launch interface

- [UILaunchScreen](bundleresources/information-property-list/uilaunchscreen.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)
