Contents

acceptsFirstResponder

A Boolean value that indicates whether the text field is editable and accepts first responder status.

Declaration

var acceptsFirstResponder: Bool { get }

Discussion

true if the text field is editable and can become the first responder; otherwise, false.