---
title: UILaunchImageOrientation
framework: bundleresources
role: symbol
role_heading: Property List Key
path: bundleresources/information-property-list/uilaunchimages/uilaunchimageorientation
---

# UILaunchImageOrientation

A string containing the orientation of the image

## Possible Values

Portrait: The image has portrait orientation. PortraitUpsideDown: The image has portrait orientation but is upside down. Landscape: The image has landscape orientation. LandscapeLeft: The image is in landscape orientation with the bottom of the device on the left side. LandscapeRight: The image is in landscape orientation with the bottom of the device on the right side.

## Discussion

Discussion If it is not specified, the default orientation is Portrait.

## See Also

### Launch Image Configuration

- [UILaunchImageMinimumOSVersion](bundleresources/information-property-list/uilaunchimages/uilaunchimageminimumosversion.md)
- [UILaunchImageName](bundleresources/information-property-list/uilaunchimages/uilaunchimagename.md)
- [UILaunchImageSize](bundleresources/information-property-list/uilaunchimages/uilaunchimagesize.md)
