---
title: status
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/toolbaritemplacement/status
---

# status

A placement for items that represents a change in status.

## Declaration

```swift
static let status: ToolbarItemPlacement
```

## Discussion

Discussion Status items are informational in nature, and don’t represent an action that can be taken by the user. For example, a message that indicates the time of the last communication with the server to check for new messages. In macOS and in Mac Catalyst apps, the system places status items in the center of the toolbar. In iOS and iPadOS, the system places status items in the center of the bottom toolbar. In tvOS, this placement is only available from within the sidebar of a NavigationSplitView.  The system places status items in the center of the bottom toolbar within the navigation sidebar.  It has no effect if used elsewhere.

## See Also

### Getting semantic placement

- [automatic](swiftui/toolbaritemplacement/automatic.md)
- [principal](swiftui/toolbaritemplacement/principal.md)
