# position

> The position of the banner view.

## 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 Vector2 position { get; set; }
```

### Remarks

It uses unity GUI coords and convention, so it is top-left corner coords. If you change it, banner will become manually layed-out automatically. Please note that for Traditional Banner x component is ignored.
