---
title: suppressesIncrementalRendering
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkwebviewconfiguration/suppressesincrementalrendering
---

# suppressesIncrementalRendering

A Boolean value that indicates whether the web view suppresses content rendering until the content is fully loaded into memory.

## Declaration

```swift
var suppressesIncrementalRendering: Bool { get set }
```

## Discussion

Discussion The default value of this property is false.

## See Also

### Configuring the rendering behavior

- [ignoresViewportScaleLimits](webkit/wkwebviewconfiguration/ignoresviewportscalelimits.md)
