Contents

isEditable

A Boolean value that controls whether the text views sharing the receiver’s layout manager allow the user to edit text.

Declaration

var isEditable: Bool { get set }

Discussion

true to allow the user to edit text and attributes of all text views sharing the receiver’s layout manager, false otherwise.

If a text view is made editable, it’s also made selectable. Text views are editable by default.

See Also

Setting behavioral attributes