<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/TabBarPlacement",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI15TabBarPlacementV"
  },
  "title" : "TabBarPlacement"
}
-->

# TabBarPlacement

A placement for tabs in a tab view.

```
struct TabBarPlacement
```

## Topics

### Type Properties

[`static let bottomBar: TabBarPlacement`](/documentation/SwiftUI/TabBarPlacement/bottomBar)

Bottom bar of a tab view.

[`static let ornament: TabBarPlacement`](/documentation/SwiftUI/TabBarPlacement/ornament)

Tab view displaying as an ornament.

[`static let pageIndicator: TabBarPlacement`](/documentation/SwiftUI/TabBarPlacement/pageIndicator)

Tab view displaying as an indicator
that shows the position within
the pages.

[`static let sidebar: TabBarPlacement`](/documentation/SwiftUI/TabBarPlacement/sidebar)

The sidebar of a tab view.

[`static let topBar: TabBarPlacement`](/documentation/SwiftUI/TabBarPlacement/topBar)

Top bar of a tab view.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

---

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)