Skip to content

Deprecated - Makes working with the iOS Keyboard easy as pie. 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.

Notifications You must be signed in to change notification settings

mackross/GTKeyboardHelper

Repository files navigation

#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

  1. Drag and drop the GTKeyboardHelper.framework folder into any Xcode project.
  2. 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).

About

Deprecated - Makes working with the iOS Keyboard easy as pie. 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.

Resources

Stars

Watchers

Forks

Packages

No packages published