Simple input accessory view, developed for Edhita.
EDHInputAccessoryView is available through CocoaPods.
- iOS 8.0
$ pod try EDHInputAccessoryView
# Podfile
pod 'EDHInputAccessoryView', '~> 0.1'
$ pod install
#import "EDHInputAccessoryView.h"
UITextView *textView = [[UITextView alloc] initWithFrame:self.view.bounds];
textView.inputAccessoryView = [[EDHInputAccessoryView alloc] initWithTextView:textView];
See also Example.
The MIT license