writingToolsBehavior
The level of Writing Tools support to use in the text view.
Declaration
var writingToolsBehavior: UIWritingToolsBehavior { get set }Discussion
The system chooses an initial value based on the device’s capabilities. The value in this property is never the default option, and is instead one of the specific options such as UIWritingToolsBehavior.none, UIWritingToolsBehavior.limited, or UIWritingToolsBehavior.complete. Change the initial value to customize your text view’s Writing Tools support.