• This repository has been archived on 11/May/2018
  • Stars
    star
    166
  • Rank 227,748 (Top 5 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created almost 12 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Drop-in component for adding additional keyboard keys to both iPad/iPhone keyboards.

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];

##Screenshots iPad iPhone

##License

DLIDEKeyboard is available under the MIT license. See the LICENSE file for more info.