Contents

isLoading

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

Declaration

var isLoading: Bool { get }

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