didProcessEditingNotification
A notification that posts after a text storage finishes processing edits.
Declaration
class let didProcessEditingNotification: NSNotification.NameDiscussion
The framework posts this notification after a text storage finishes processing edits in processEditing(). Observers other than the delegate shouldn’t make further changes to the text storage. The notification object is the text storage object that processed the edits. This notification doesn’t contain a userInfo dictionary.