测试已测试 | ✗ |
Lang语言 | Obj-CObjective C |
许可证 | MIT |
Released最新版本 | 2015年4月 |
由 tnantoka 维护。
依赖 | |
FontAwesomeKit | ~> 2.1 |
EDHUtility | ~> 0.1 |
简单的输入附加视图,为 Edhita 开发。
EDHInputAccessoryView 可通过 CocoaPods 获取。
$ 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];
另请参阅 示例。
MIT 许可证