Declared in UIViewController+ETFramework.h

Overview

UIViewController (ETFramework) is a helper category that adds some helper methods to UIViewController to handle and easily facilitate the use of this framework.

Tasks

Initialisation methods

Instance Methods

initializeViewController

Adds a predefined UITapGestureRecognizer with -numberOfTouchesRequired:1 and -numberOfTapsRequired:1 that will internally call -resignTextFields and will dismiss the keyboard.

- (void)initializeViewController

Declared In

UIViewController+ETFramework.h