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

# observedProgress

The progress object to use for updating the progress view.

## Declaration

```swift
var observedProgress: Progress? { get set }
```

## Discussion

Discussion When this property is set, the progress view updates its progress value automatically using information it receives from the Progress object. (Progress updates are animated.) Set the property to nil when you want to update the progress manually. The default value of this property is nil. For more information about configuring a progress object to manage progress information, see Progress.

## See Also

### Managing the progress bar

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