UITextFieldCondition Delegate

Definition

A delegate used to get the condition for a UITextField.

public delegate bool UITextFieldCondition(UITextField textField);
type UITextFieldCondition = delegate of UITextField -> bool

Parameters

textField
UITextField

Return Value

Applies to

See also