UIResponder.CanResignFirstResponder Property

Definition

Determines whether this UIResponder is willing to give up its first responder status.

public virtual bool CanResignFirstResponder { [Foundation.Export("canResignFirstResponder")] get; }
member this.CanResignFirstResponder : bool

Property Value

Attributes

Remarks

Developers can override this method if they want to prevent their view from relinquishing their first responder status.

Applies to