EDHInputAccessoryView 0.1.1

EDHInputAccessoryView 0.1.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Apr 2015

Maintained by tnantoka.



 
Depends on:
FontAwesomeKit~> 2.1
EDHUtility~> 0.1
 


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