Skip to content

tnantoka/EDHInputAccessoryView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EDHInputAccessoryView

Version License Platform

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

About

Simple input accessory view, developed for Edhita.

Resources

License

Stars

Watchers

Forks

Packages

No packages published