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

# UILaunchStoryboards

The launch storyboard to use to generate a launch image when your app opens from a supported scheme.

## Discussion

Discussion Use UILaunchStoryboards when you want your app to show a different launch screen for different schemes. The schemes are the ones specified in your app’s CFBundleURLTypes. You can also specify a default launch storyboard. If your app has a single launch storyboard, use the simpler UILaunchStoryboardName instead.

## Topics

### Specifying Launch Storyboards

- [UILaunchStoryboardDefinitions](bundleresources/information-property-list/uilaunchstoryboards/uilaunchstoryboarddefinitions.md)
- [UIDefaultLaunchStoryboard](bundleresources/information-property-list/uilaunchstoryboards/uidefaultlaunchstoryboard.md)

### Associating Storyboard Identifiers with Schemes

- [UIURLToLaunchStoryboardAssociations](bundleresources/information-property-list/uilaunchstoryboards/uiurltolaunchstoryboardassociations.md)

## See Also

### Launch interface

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