textContainerChangedTextView(_:)
Updates the information necessary to manage text view objects for the specified text container.
Declaration
func textContainerChangedTextView(_ container: NSTextContainer)Parameters
- container:
The text container whose text view has changed.
Discussion
This method is called by a text container, whenever its text view changes, to keep notifications synchronized. You should rarely need to invoke it directly.