# iOSLaunchScreenType

> iOS launch screen settings.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.5/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public enum iOSLaunchScreenType
```

## Fields

| Value                                                                                                                       | Description                                                                                                                                                                                                                                                    |
| --------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [CustomStoryboard](/engine/6000.5/script-reference/unityeditor/ioslaunchscreentype/customstoryboard.md)                     | Use a specified custom Storyboard (.storyboard) file in Player Settings.                                                                                                                                                                                       |
| [Default](/engine/6000.5/script-reference/unityeditor/ioslaunchscreentype/default.md)                                       | Use the default launch screen (dark blue background).                                                                                                                                                                                                          |
| [ImageAndBackgroundConstant](/engine/6000.5/script-reference/unityeditor/ioslaunchscreentype/imageandbackgroundconstant.md) | Use a custom launch screen image specified in the iOS Player Settings or with [PlayerSettings.iOS.SetLaunchScreenImage](/engine/6000.5/script-reference/unityeditor/playersettings/ios/setlaunchscreenimage.md) and use its original dimensions.               |
| [ImageAndBackgroundRelative](/engine/6000.5/script-reference/unityeditor/ioslaunchscreentype/imageandbackgroundrelative.md) | Use a custom launch screen image specified in the iOS Player Settings or with [PlayerSettings.iOS.SetLaunchScreenImage](/engine/6000.5/script-reference/unityeditor/playersettings/ios/setlaunchscreenimage.md) which will be scaled across the entire screen. |
