allowsEditingTextAttributes
A Boolean value that indicates whether the text view allows the user to edit style information.
Declaration
var allowsEditingTextAttributes: Bool { get set }Discussion
When set to true, the text view allows the user to change the basic styling of the currently selected text. The available style options are listed in the edit menu and only apply to the selection.
The default value of this property is false.