---
title: inputAssistantItem
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uisearchbar/inputassistantitem
---

# inputAssistantItem

The input assistant to use for configuring the keyboard’s shortcuts bar.

## Declaration

```swift
var inputAssistantItem: UITextInputAssistantItem { get }
```

## Discussion

Discussion When search is engaged on iPad, the shortcuts bar above the keyboard contains typing suggestions and may contain other controls for managing text. This property contains the object you use to configure the custom bar button items above the keyboard. The shortcuts bar is not available on iPhone or iPod Touch. For more information about how to configure shortcut items, see UITextInputAssistantItem.
