A framework for handling the showing/hiding of the keyboard on iOS. Easily allows you to scroll to your UITextFields and UITextViews so that they are not covered by the keyboard.
- Put your UITextFields and UITextViews inside a scroll view.
- Add an SKCKeyboardController object to your storyboard or xib.
- Wire up the scroll view to the "scrollView" property on SKCKeyboardController.
- Then wire up the "Editing Did Begin" for each UITextField to "firstResponderDidChange" on SKCKeyboardController.
- For UITextViews, you should set your SKCKeyboardController object as the UITextView's delegate.