---
title: searchBarPlacementAllowsToolbarIntegration
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uinavigationitem/searchbarplacementallowstoolbarintegration
---

# searchBarPlacementAllowsToolbarIntegration

A Boolean value that indicates whether the system can place the search bar among other toolbar items on iPhone.

## Declaration

```swift
var searchBarPlacementAllowsToolbarIntegration: Bool { get set }
```

## Overview

Overview Defaults to true. Set to false to prevent the system from placing the search bar among other UIToolbar items on iPhone.

## See Also

### Integrating search into your interface

- [searchController](uikit/uinavigationitem/searchcontroller.md)
- [hidesSearchBarWhenScrolling](uikit/uinavigationitem/hidessearchbarwhenscrolling.md)
- [searchBarPlacement](uikit/uinavigationitem/searchbarplacement-swift.property.md)
- [preferredSearchBarPlacement](uikit/uinavigationitem/preferredsearchbarplacement.md)
- [UINavigationItem.SearchBarPlacement](uikit/uinavigationitem/searchbarplacement-swift.enum.md)
- [searchBarPlacementAllowsExternalIntegration](uikit/uinavigationitem/searchbarplacementallowsexternalintegration.md)
- [searchBarPlacementBarButtonItem](uikit/uinavigationitem/searchbarplacementbarbuttonitem.md)
