---
title: "init(frame:)"
framework: uikit
role: symbol
role_heading: Initializer
path: "uikit/uiprogressview/init(frame:)"
---

# init(frame:)

Creates a progress view with the specified frame rectangle.

## Declaration

```swift
init(frame: CGRect)
```

## See Also

### Creating a progress view

- [init(progressViewStyle:)](uikit/uiprogressview/init(progressviewstyle:).md)
- [init(coder:)](uikit/uiprogressview/init(coder:).md)
