---
title: UIInputView.Style.keyboard
framework: uikit
role: symbol
role_heading: Case
path: uikit/uiinputview/style/keyboard
---

# UIInputView.Style.keyboard

Apply both blur and tinting effects to the view to mimic the keyboard background.

## Declaration

```swift
case keyboard
```

## Discussion

Discussion This style makes the input view match the keyboard appearance and can be used to replace or extend the keyboard.

## See Also

### Constants

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