UITextField(VisualHelpers) Category Reference
Declared in | UITextField+VisualHelpers.h |
Overview
UITextField (VisualHelpers)
is a helper category that provided methods to handle showing and hiding error messaging.
Instance Methods
hideErrorBorder
Hides the error border (if any) of the UITextField
instance.
- (void)hideErrorBorder
See Also
Declared In
UITextField+VisualHelpers.h
showErrorBorder
Shows a [[UIColor redColor] colorWithAlphaComponent:0.7f]
border around the UITextField
instance.
- (void)showErrorBorder
Declared In
UITextField+VisualHelpers.h
showErrorMessage
Shows the errorMessage associated to the UITextField
instance on the top half part of it.
- (void)showErrorMessage
See Also
Declared In
UITextField+VisualHelpers.h