DLIDEKeyboard
Drop-in component for adding additional keyboard keys to both iPad/iPhone keyboards. Inspired by great Pythonista application.
##Usage The controls supports both iPad and iPhone platforms and can by applied to UITextView or UITextField.
UITextView *textView = [[UITextView alloc] initWithFrame:self.view.bounds];
[DLIDEKeyboardView attachToTextView:textView];
##License
DLIDEKeyboard is available under the MIT license. See the LICENSE file for more info.