-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Just making sure that you have seen this. From the deprecation note for -insertText: in the 10.11 SDK.
Use -insertText:replacementRange: from NSTextInputClient instead. Since the method is designed to be used solely by the input system, the message should never be sent to a text view from applications. Any content modifications should be via either NSTextStorage or NSText methods.
Metadata
Metadata
Assignees
Labels
No labels