EDHInputAccessoryView

Simple input accessory view, developed for Edhita.

MIT License

Stars
5
Committers
1

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

@tnantoka

License

The MIT license