What is suppressesIncrementalRendering doing?
问题 I'm using the newest version of Xcode and Swift . I was googling around to make my KWWebView even faster and found the following: webConfiguration.suppressesIncrementalRendering = true Documentation says the following: A Boolean value indicating whether the web view suppresses content rendering until it is fully loaded into memory. But what does this mean? Does it mean, the html doesn't not get rendered and shown as long as not all resources like images and javascript files are completely