---
title: UIBarPosition.bottom
framework: uikit
role: symbol
role_heading: Case
path: uikit/uibarposition/bottom
---

# UIBarPosition.bottom

Specifies that the bar is at the bottom of its containing view.

## Declaration

```swift
case bottom
```

## Discussion

Discussion The system uses this as a hint to draw directional decoration accordingly. For example, any shadow would be drawn above the bar.

## See Also

### Constants

- [UIBarPosition.any](uikit/uibarposition/any.md)
- [UIBarPosition.top](uikit/uibarposition/top.md)
- [UIBarPosition.topAttached](uikit/uibarposition/topattached.md)
