<<<<<<< HEAD
To run the example project, clone the repo, and run pod install
from the Example directory first.
TLKeyboardUtil is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "TLKeyboardUtil"
+(TLKeyboardUtil*)sharedInstance;
/**
* 给根视图添加键盘自动弹出功能
*
* @param rootView 根视图
*/
-(void)addKeyboardAutoPopWithView:(UIView *)rootView;
TLKeyboardUtil *keyboardUtil=[TLKeyboardUtil sharedInstance];
[keyboardUtil addKeyboardAutoPopWithView:self.view];
Andrew, anluanlu123@163.com
一款精致的工具,可以帮助你快速实现键盘的弹出,完美解决视图上的控件遮挡问题
0e0ba11c431d41d735f7d09ca755c99736f53dc1