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