<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/ControlGroupStyle/navigation",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI17ControlGroupStylePA2A010NavigationcdE0VRszrlE10navigationAEvpZ"
  },
  "title" : "navigation"
}
-->

# navigation

The navigation control group style.

```
@MainActor @export(implementation) @preconcurrency static var navigation: NavigationControlGroupStyle { get }
```

## Discussion

Use this style to group controls related to navigation, such as
back/forward buttons or timeline navigation controls.

The navigation control group style can vary by platform. On iOS, it
renders as individual borderless buttons, while on macOS, it displays as
a separated momentary segmented control.

To apply this style to a control group or to a view that contains a
control group, use the [`controlGroupStyle(_:)`](/documentation/SwiftUI/View/controlGroupStyle(_:)) 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)