isEditing
A Boolean value that indicates whether the text field is currently in edit mode.
Declaration
var isEditing: Bool { get }Discussion
This property is set to true when the user begins editing text in this text field, and it is set to false again when editing ends. The text field notifies its delegate when editing begins and ends.