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

# UIInputView.Style.default

Apply blur behaviors to the view so that it looks like it belongs with the keyboard.

## Declaration

```swift
case `default`
```

## Discussion

Discussion Don’t apply tinting effects. This style is intended for input views that attach to the top of the keyboard and have a similar theme but that don’t look like the keyboard itself.

## See Also

### Constants

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