---
title: inputViewStyle
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiinputview/inputviewstyle
---

# inputViewStyle

The style for the content of the view.

## Declaration

```swift
var inputViewStyle: UIInputView.Style { get }
```

## Discussion

Discussion The style applies both to the current view and to any subviews that adopt the UIAppearance protocol, which includes all standard system views.

## See Also

### Getting the input style

- [UIInputView.Style](uikit/uiinputview/style.md)
