UITextFieldCondition 委托

定义

用于获取 UITextField 条件的委托。

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

参数

textField
UITextField

返回值

适用于

另请参阅