---
title: "init(_:)"
framework: swiftui
role: symbol
role_heading: Initializer
path: "swiftui/progressview/init(_:)-l5vj"
---

# init(_:)

Creates a progress view for visualizing the given progress instance.

## Declaration

```swift
nonisolated init(_ progress: Progress) where Label == EmptyView, CurrentValueLabel == EmptyView
```

## Discussion

Discussion The progress view synthesizes a default label using the localizedDescription of the given progress instance.

## See Also

### Creating a determinate progress view

- [init(value:total:)](swiftui/progressview/init(value:total:).md)
- [init(_:value:total:)](swiftui/progressview/init(_:value:total:).md)
- [init(value:total:label:)](swiftui/progressview/init(value:total:label:).md)
- [init(value:total:label:currentValueLabel:)](swiftui/progressview/init(value:total:label:currentvaluelabel:).md)
