---
title: inline
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uinavigationitem/searchbarplacement-swift.enum/inline
---

# inline

A constant that places the search bar on the trailing edge of the navigation bar, inline with the other content.

## Declaration

```swift
static var inline: UINavigationItem.SearchBarPlacement { get }
```

## See Also

### Constants

- [UINavigationItem.SearchBarPlacement.automatic](uikit/uinavigationitem/searchbarplacement-swift.enum/automatic.md)
- [UINavigationItem.SearchBarPlacement.stacked](uikit/uinavigationitem/searchbarplacement-swift.enum/stacked.md)
