<!--
{
  "availability" : [
    "macOS: 15.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/GroupedTabViewStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI19GroupedTabViewStyleV"
  },
  "title" : "GroupedTabViewStyle"
}
-->

# GroupedTabViewStyle

A tab view style that displays a tab bar that groups its
tabs together.

```
nonisolated struct GroupedTabViewStyle
```

## Overview

Use [`grouped`](/documentation/SwiftUI/TabViewStyle/grouped) to construct this style.

To apply this style to a tab view, or to a view that contains tab views, use
the [`tabViewStyle(_:)`](/documentation/SwiftUI/View/tabViewStyle(_:)) modifier.

---

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)