displayDidBeginReconfiguration(_:)
The method the framework calls when the reconfiguration operation has begun.
Declaration
optional func displayDidBeginReconfiguration(_ display: VZGraphicsDisplay)Parameters
- display:
The Vzgraphicsdisplay whose state is changing.
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.