Contents

enabledStatusDidChangeNotification

A notification the system posts when it enables or disables the large content viewer.

Declaration

nonisolated class let enabledStatusDidChangeNotification: NSNotification.Name

Discussion

Observe this notification to know whether to enable or disable your custom interaction behaviors. For example, if you add an interaction to a button that needs to cooperate with other gesture recognizers when the large content viewer settings are enabled. This notification lets you enable or disable the interaction accordingly.

See Also

Detecting the large content viewer