status
The item represents a change in status for the current context.
Declaration
static let status: ToolbarItemPlacementDiscussion
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.