Contents

displayDidBeginReconfiguration(_:)

The method the framework calls when the reconfiguration operation has begun.

Declaration

optional func displayDidBeginReconfiguration(_ display: VZGraphicsDisplay)

Parameters

Discussion

The framework issued a configuration change, such as a resize, and you can expect new frames with a new size or configuration.

The framework invokes this method on the VM’s queue.

See Also

Reacting to changes in display configuration