---
title: ARViewBase
framework: realitykit
role: symbol
role_heading: Type Alias
path: realitykit/arviewbase
---

# ARViewBase

The platform-specific base class for the view into which RealityKit renders content.

## Declaration

```swift
typealias ARViewBase = UIView
```

```swift
typealias ARViewBase = NSView
```

## See Also

### UIKit and AppKit presentation

- [ARView](realitykit/arview.md)
- [ARView.DebugOptions](realitykit/arview/debugoptions-swift.struct.md)
