Contents

sendsActionOnEndEditing

A Boolean value indicating whether the cell’s control object sends its action message when the user finishes editing the cell’s text.

Declaration

var sendsActionOnEndEditing: Bool { get set }

Discussion

When the value of this property is true, the control sends its action message when editing is complete. Editing is complete when the user does one of the following:

  • Presses the Return key

  • Presses the Tab key to move out of the field

  • Clicks another text field

When the value is false, the control sends its action message only when the user presses the Return key.

See Also

Editing and Selecting Text