Event
public enum Event
Encapsulates the processing of edits to the contents of the text storage.
-
The text storage has processed the edits to its contents.
Declaration
Swift
case didProcessEditing(NSTextStorage)
-
The text storage is about to process the edits to its contents.
Declaration
Swift
case willProcessEditing(NSTextStorage)