---
title: UIProgressView.Style
framework: uikit
role: symbol
role_heading: Enumeration
path: uikit/uiprogressview/style
---

# UIProgressView.Style

The styles permitted for the progress bar.

## Declaration

```swift
enum Style
```

## Overview

Overview You can set and retrieve the current style of progress view through the progressViewStyle property.

## Topics

### Constants

- [UIProgressView.Style.default](uikit/uiprogressview/style/default.md)
- [UIProgressView.Style.bar](uikit/uiprogressview/style/bar.md)

### Initializers

- [init(rawValue:)](uikit/uiprogressview/style/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
