Contents

isFieldEditor

A Boolean value that controls whether the text views sharing the receiver’s layout manager behave as field editors.

Declaration

var isFieldEditor: Bool { get set }

Discussion

Field editors interpret Tab, Shift-Tab, and Return (Enter) as cues to end editing and possibly to change the first responder. Non-field editors instead accept these characters as text input. See Text Fields, Text Views, and the Field Editor for more information on field editors. By default, text views don’t behave as field editors.

See Also

Setting behavioral attributes