<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/DefaultProgressViewStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI24DefaultProgressViewStyleV"
  },
  "title" : "DefaultProgressViewStyle"
}
-->

# DefaultProgressViewStyle

The default progress view style in the current context of the view being
styled.

```
nonisolated struct DefaultProgressViewStyle
```

## Overview

Use [`automatic`](/documentation/SwiftUI/ProgressViewStyle/automatic) to construct this style.

## Topics

### Creating the progress view style

[`init()`](/documentation/SwiftUI/DefaultProgressViewStyle/init())

Creates a default progress view style.

## Relationships

### Conforms To

[`ProgressViewStyle`](/documentation/SwiftUI/ProgressViewStyle)

---

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)