Свойство | Type | Description | |
---|---|---|---|
active | bool | ||
errorLabel | UILabel | ||
floatingLabel | bool |
Méthode | Description | |
---|---|---|
BecomeFirstResponder ( ) : bool | ||
Draw ( CGRect rect ) : void | ||
EGFloatingTextEntry ( CGRect frame ) : System | ||
EGFloatingTextEntry ( NSCoder coder ) : System | ||
ResignFirstResponder ( ) : bool | ||
SetText ( string value ) : void | ||
animateLabelBack ( ) : void | ||
commonInit ( ) : void | ||
floatLabelToTop ( bool changeColor = true ) : void | ||
performValidation ( bool isValid, string message ) : void | ||
showActiveBorder ( ) : void | ||
showInactiveBorder ( ) : void | ||
validate ( ) : void |
public EGFloatingTextEntry ( CGRect frame ) : System | ||
frame | CGRect | |
Résultat | System |
public EGFloatingTextEntry ( NSCoder coder ) : System | ||
coder | NSCoder | |
Résultat | System |
public floatLabelToTop ( bool changeColor = true ) : void | ||
changeColor | bool | |
Résultat | void |
public performValidation ( bool isValid, string message ) : void | ||
isValid | bool | |
message | string | |
Résultat | void |