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)hideErrorBorderSee Also
Declared In
UITextField+VisualHelpers.hshowErrorBorder
Shows a [[UIColor redColor] colorWithAlphaComponent:0.7f] border around the UITextField instance.
- (void)showErrorBorderDeclared In
UITextField+VisualHelpers.hshowErrorMessage
Shows the errorMessage associated to the UITextField instance on the top half part of it.
- (void)showErrorMessageSee Also
Declared In
UITextField+VisualHelpers.h