<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BundleResources",
  "identifier" : "/documentation/BundleResources/Information-Property-List/UILaunchStoryboards",
  "metadataVersion" : "0.1.0",
  "role" : "Property List Key",
  "symbol" : {
    "kind" : "Property List Key",
    "modules" : [
      "Bundle Resources"
    ],
    "preciseIdentifier" : "plist:Information_Property_List.UILaunchStoryboards"
  },
  "title" : "UILaunchStoryboards"
}
-->

# UILaunchStoryboards

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

## Discussion

Use [`UILaunchStoryboards`](/documentation/BundleResources/Information-Property-List/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`](/documentation/BundleResources/Information-Property-List/CFBundleURLTypes). You can also specify a default launch storyboard.

If your app has a single launch storyboard, use the simpler [`UILaunchStoryboardName`](/documentation/BundleResources/Information-Property-List/UILaunchStoryboardName) instead.

## Topics

### Specifying Launch Storyboards

[`UILaunchStoryboardDefinitions`](/documentation/BundleResources/Information-Property-List/UILaunchStoryboards/UILaunchStoryboardDefinitions)

An array of dictionaries mapping launch storyboard identifiers to storyboards.

[`UIDefaultLaunchStoryboard`](/documentation/BundleResources/Information-Property-List/UILaunchStoryboards/UIDefaultLaunchStoryboard)

The identifier of the default launch storyboard to use.

### Associating Storyboard Identifiers with Schemes

[`UIURLToLaunchStoryboardAssociations`](/documentation/BundleResources/Information-Property-List/UILaunchStoryboards/UIURLToLaunchStoryboardAssociations)

The user-defined storyboard identifiers that associate with supported schemes.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)