# visible

> Banner visibility. Initially banner is not visible.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.iOS](/engine/6000.5/script-reference/unityengine/ios.md)
* **Assembly:** UnityEngine.CoreModule

> **Warning:**
>
> **Removed.** iOS.ADBannerView class is obsolete, Apple iAD service discontinued

```csharp
public bool visible { get; set; }
```

### Remarks

Please note that if you hide the banner, ads might not be reloaded with time, so if you no longer need the banner, it is better to delete it completely.
