---
title: progress
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiprogressview/progress
---

# progress

The current progress of the progress view.

## Declaration

```swift
var progress: Float { get set }
```

## Discussion

Discussion The current progress is represented by a floating-point value between 0.0 and 1.0, inclusive, where 1.0 indicates the completion of the task. The default value is 0.0. Values less than 0.0 and greater than 1.0 are pinned to those limits.

## See Also

### Managing the progress bar

- [setProgress(_:animated:)](uikit/uiprogressview/setprogress(_:animated:).md)
- [observedProgress](uikit/uiprogressview/observedprogress.md)
