yellowTiger / ZCKeyboardTool

Keyboard with a TextView and a Button

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZCKeyboardTool

iOS 8.0~

How To Use:如何使用

#import "ZCKeyboardTool.h"

[[ZCKeyboardTool shareTools] showInputTextViewKeyboard:self.view txtBlock:^(NSString *txt) { NSLog(@"发送"); }];

About

Keyboard with a TextView and a Button


Languages

Language:Objective-C 100.0%