---
title: estimatedProgress
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webview-swift.class/estimatedprogress
---

# estimatedProgress

An estimate, as a percentage, of the amount of content that is currently loaded.

## Declaration

```swift
var estimatedProgress: Double { get }
```

## Discussion

Discussion A number ranging from 0 to 1.0 and, once a load completes, 1.0 until a new load starts, at which point it resets to 0. The value is an estimate based on the total number of bytes expected to be received for a document, including all its possible subresources. For more accurate load progress information, implement delegates conforming to the WebFrameLoadDelegate and WebResourceLoadDelegate informal protocols.

## See Also

### Loading Content

- [stopLoading(_:)](webkit/webview-swift.class/stoploading(_:).md)
- [takeStringURLFrom(_:)](webkit/webview-swift.class/takestringurlfrom(_:).md)
- [reload(_:)](webkit/webview-swift.class/reload(_:).md)
- [reloadFromOrigin(_:)](webkit/webview-swift.class/reloadfromorigin(_:).md)
