Conforms to UITextFieldDelegate
Declared in UIViewController+TextFieldDelegateHelpers.h

Overview

UIViewController (TextFieldDelegateHelpers) is a helper category that “automatically” handles UITextFieldDelegate calls.

Tasks

UITextField handling methods.

Instance Methods

cleanTextFields

Iterates through the list of UIView subviews from the main view and calls cleanTextFields to each of them.

- (void)cleanTextFields

See Also

  • [UIView cleanTextField:]

Declared In

UIViewController+TextFieldDelegateHelpers.h

resignTextFields

Iterates through the list of UIView subviews and calling checkTextField:.

- (void)resignTextFields

Discussion

This methods calls resignFirstResponder to each UITextField.

See Also

  • [UIView checkTextField:]

Declared In

UIViewController+TextFieldDelegateHelpers.h