<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/ToolbarItemPlacement/status",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI20ToolbarItemPlacementV6statusACvpZ"
  },
  "title" : "status"
}
-->

# status

A placement for items that represents a change in status.

```
static let status: ToolbarItemPlacement
```

## 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`](/documentation/SwiftUI/NavigationSplitView).  The system places status items in the center
of the bottom toolbar within the navigation sidebar.  It has no effect
if used elsewhere.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)