afterScreenUpdates
A Boolean value that indicates whether to take the snapshot after incorporating any pending screen updates.
Declaration
var afterScreenUpdates: Bool { get set }Discussion
The default value of this property is true, which causes the web view to incorporate any recent changes to the view’s content and then generate the snapshot. If you change the value to false, the web view takes the snapshot immediately, and before incorporating any new changes.