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

# topBarLeading

A placement for items in the leading edge of the top bar.

## Declaration

```swift
@backDeployed(before: iOS 17.0, tvOS 17.0)
static var topBarLeading: ToolbarItemPlacement { get }
```

## Discussion

Discussion On watchOS, iOS, and tvOS, the top bar is the navigation bar.

## See Also

### Getting explicit placement

- [topBarTrailing](swiftui/toolbaritemplacement/topbartrailing.md)
- [topBarPinnedTrailing](swiftui/toolbaritemplacement/topbarpinnedtrailing.md)
- [bottomBar](swiftui/toolbaritemplacement/bottombar.md)
- [bottomOrnament](swiftui/toolbaritemplacement/bottomornament.md)
- [keyboard](swiftui/toolbaritemplacement/keyboard.md)
- [accessoryBar(id:)](swiftui/toolbaritemplacement/accessorybar(id:).md)
