---
title: inputView
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitextfield/inputview
---

# inputView

The custom input view to display when the text field becomes the first responder.

## Declaration

```swift
var inputView: UIView? { get set }
```

## Discussion

Discussion If the value in this property is nil, the text field displays the standard system keyboard when it becomes first responder. Assigning a custom view to this property causes that view to be presented instead. The default value of this property is nil.

## See Also

### Replacing the system input views

- [inputAccessoryView](uikit/uitextfield/inputaccessoryview.md)
