Skip to content

Sean-LWT/CarKeyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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