# iOSShowActivityIndicatorOnLoading

> Activity Indicator on loading.

## Definition

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

```csharp
public enum iOSShowActivityIndicatorOnLoading
```

## Fields

| Value                                                                                                 | Description |
| ----------------------------------------------------------------------------------------------------- | ----------- |
| [DontShow](/engine/6000.0/script-reference/unityeditor/iosshowactivityindicatoronloading/dontshow.md) | Don't Show. |
| [Large](/engine/6000.0/script-reference/unityeditor/iosshowactivityindicatoronloading/large.md)       | Large.      |
| [Medium](/engine/6000.0/script-reference/unityeditor/iosshowactivityindicatoronloading/medium.md)     | Medium.     |
