---
title: providesUserInterface
framework: audiotoolbox
role: symbol
role_heading: Instance Property
path: audiotoolbox/auaudiounit/providesuserinterface
---

# providesUserInterface

A Boolean that indicates whether the audio unit provides a user interface, normally in the form of a view controller.

## Declaration

```swift
var providesUserInterface: Bool { get }
```

## See Also

### Configuring the User Interface

- [supportedViewConfigurations(_:)](audiotoolbox/auaudiounit/supportedviewconfigurations(_:).md)
- [select(_:)](audiotoolbox/auaudiounit/select(_:).md)
