CarKeyboard
车牌号自定义键盘输入
使用
创建时传入父UITextField
+ (instancetype)shareWithTextInput:(UITextField* )inputView;
例如
_textField = [UITextField new];
[self.view addSubview:_textField];
_textField.inputView = [WTCarKeyboard shareWithTextInput:_textField];
更新
2017-02-23
· 优化了删除按钮显示问题
· 优化了打开键盘的界面卡顿问题
2022-02-25
· 优化代码、简化使用方法
License
MIT