<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIProgressView/Style",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIProgressViewStyle"
  },
  "title" : "UIProgressView.Style"
}
-->

# UIProgressView.Style

The styles permitted for the progress bar.

```
enum Style
```

## Overview

You can set and retrieve the current style of progress view through the [`progressViewStyle`](/documentation/UIKit/UIProgressView/progressViewStyle) property.

## Topics

### Constants

[`UIProgressViewStyleDefault`](/documentation/UIKit/UIProgressView/Style/default)

The standard progress-view style.

[`UIProgressViewStyleBar`](/documentation/UIKit/UIProgressView/Style/bar)

The style of progress view that is used in a toolbar.

## Relationships

### Conforms To

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

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

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

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

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

[`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)