Contents

didChangeScreenParametersNotification

Posted when the configuration of the displays attached to the computer is changed.

Declaration

class let didChangeScreenParametersNotification: NSNotification.Name

Discussion

The configuration change can be made either programmatically or when the user changes settings in the Displays control panel. The notification object is shared. This notification doesn’t contain a userInfo dictionary.

The system posts this notification on the main actor.

See Also

Notifications