---
title: isLoading
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkwebview/isloading
---

# isLoading

A Boolean value that indicates whether the view is currently loading content.

## Declaration

```swift
var isLoading: Bool { get }
```

## Discussion

Discussion Set to true if the receiver is still loading content; otherwise, false. The WKWebView class is key-value observing (KVO) compliant for this property.

## See Also

### Loading web content

- [load(_:mimeType:characterEncodingName:baseURL:)](webkit/wkwebview/load(_:mimetype:characterencodingname:baseurl:).md)
- [loadHTMLString(_:baseURL:)](webkit/wkwebview/loadhtmlstring(_:baseurl:).md)
- [loadFileRequest(_:allowingReadAccessTo:)](webkit/wkwebview/loadfilerequest(_:allowingreadaccessto:).md)
- [loadFileURL(_:allowingReadAccessTo:)](webkit/wkwebview/loadfileurl(_:allowingreadaccessto:).md)
- [loadSimulatedRequest(_:response:responseData:)](webkit/wkwebview/loadsimulatedrequest(_:response:responsedata:).md)
- [loadSimulatedRequest(_:responseHTML:)](webkit/wkwebview/loadsimulatedrequest(_:responsehtml:).md)
- [estimatedProgress](webkit/wkwebview/estimatedprogress.md)
