Contents

refusesFirstResponder

A Boolean value indicating whether the cell refuses the first responder status.

Declaration

var refusesFirstResponder: Bool { get set }

Discussion

Set the value of this property to true to prevent the cell from becoming the first responder. To determine whether the cell can become first responder right now, get the value of the acceptsFirstResponder property.

See Also

Respond to Keyboard Events