Contents

didChangeAutomaticSpellingCorrectionNotification

This notification is posted when the spell checker did change text using automatic spell checking correction. The are posted to the application’s default notification center.

Declaration

class let didChangeAutomaticSpellingCorrectionNotification: NSNotification.Name

Discussion

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

See Also

Notifications