Contents

didChangeTypingAttributesNotification

Posted when there is a change in the typing attributes within a text view.

Declaration

class let didChangeTypingAttributesNotification: NSNotification.Name

Discussion

This notification is posted, via the textViewDidChangeTypingAttributes(_:) delegate method, whether or not text has changed as a result of the attribute change.

See Also

Notifications