Contents

didChangeAutomaticTextReplacementNotification

Posted when the spell checker changed text using automatic text replacement. This notification is posted to the app’s default notification center.

Declaration

class let didChangeAutomaticTextReplacementNotification: NSNotification.Name

Discussion

To observe this notification using Swift concurrency, use NSSpellChecker.DidChangeAutomaticTextReplacementMessage.

See Also

Notifications