#GTKeyboardHelper
##Master Branch The master branch contains a basic demo project and the GTKeyboardHelper.framework. Unless you wish to modify the GTKeyboardHelper source files this is the branch you want.
###Installation
- Drag and drop the GTKeyboardHelper.framework folder into any Xcode project.
- In at least one file use
#import <GTKeyboardHelper/GTKeyboardHelper.h>
###Usage Simply use GTKeyboardHelper as a container for any first responders. It will automatically resize and allow scrolling to accommodate the keyboard. Includes customisable auto-focus behaviour and automatic resignation of first responder.
##Development Branch The development branch contains the source files for building the GTKeyboardHelper framework.
In order to modify/build the source of the GTKeyboardHelper framework the iOS-Universal-Framework Real Framework Xcode changes must be installed. (https://github.com/kstenerud/iOS-Universal-Framework).