Contents

referenceDisplayModeStatusDidChangeNotification

A notification that posts when there’s a change to a screen’s reference display mode status.

Declaration

nonisolated class let referenceDisplayModeStatusDidChangeNotification: NSNotification.Name

Discussion

The notification’s object is the changed screen. Use that object’s referenceDisplayModeStatus property to retrieve the new status.

The system posts this notification on the main actor.

See Also

Notifications