---
title: high
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/toolbaritemvisibilitypriority/high
---

# high

A priority that keeps the item in the toolbar longer than items with the default or low priority.

## Declaration

```swift
static let high: ToolbarItemVisibilityPriority
```

## Discussion

Discussion Use for frequently used actions that need to stay visible as the toolbar shrinks.

## See Also

### Getting system priorities

- [automatic](swiftui/toolbaritemvisibilitypriority/automatic.md)
- [low](swiftui/toolbaritemvisibilitypriority/low.md)
