---
title: TabPlacement
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/tabplacement
---

# TabPlacement

A place that a tab can appear.

## Declaration

```swift
struct TabPlacement
```

## Overview

Overview Not all TabView styles support all placements.

## Topics

### Type Properties

- [automatic](swiftui/tabplacement/automatic.md)
- [pinned](swiftui/tabplacement/pinned.md)
- [sidebarOnly](swiftui/tabplacement/sidebaronly.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)

## See Also

### Configuring a tab

- [sectionActions(content:)](swiftui/view/sectionactions(content:).md)
- [TabContentBuilder](swiftui/tabcontentbuilder.md)
- [TabContent](swiftui/tabcontent.md)
- [AnyTabContent](swiftui/anytabcontent.md)
