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

# UILaunchImages

A dictionary containing information about launch images.

## Discussion

`UILaunchImages` has been deprecated; use Xcode launch storyboards instead. For more information on how to construct and format your launch storyboard, see [Launch Screen](https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/launch-screen/).

## Topics

### Launch Image Configuration

[`UILaunchImageMinimumOSVersion`](/documentation/BundleResources/Information-Property-List/UILaunchImages/UILaunchImageMinimumOSVersion)

A string representing the minimum iOS version number for which the image is intended.

[`UILaunchImageName`](/documentation/BundleResources/Information-Property-List/UILaunchImages/UILaunchImageName)

A string containing the name of the image file.

[`UILaunchImageOrientation`](/documentation/BundleResources/Information-Property-List/UILaunchImages/UILaunchImageOrientation)

A string containing the orientation of the image

[`UILaunchImageSize`](/documentation/BundleResources/Information-Property-List/UILaunchImages/UILaunchImageSize)

A string containing the width and height of the image.



---

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)