Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS开发之键盘类型 | 天寒地裂 #7

Open
Coldcrack opened this issue Jul 18, 2018 · 0 comments
Open

iOS开发之键盘类型 | 天寒地裂 #7

Coldcrack opened this issue Jul 18, 2018 · 0 comments

Comments

@Coldcrack
Copy link
Owner

http://www.coldcrack.me/2018/06/26/iOS_keyBoardType/

iOS开发之键盘类型一般我们在开发时使用键盘输入,默认都是26键盘类型。而有时候根据产品需求我们在键盘输入时,需要修改键盘类型如: 1field.keyboardType = UIKeyboardTypeNumberPad; 这个只是纯数字键盘,没有小数点,效果如下 而有时候我们需要在textField中输入价格时,发现数字键盘没有小数点,而自定义又很麻烦,这里提供参考,想自定义的朋友可以看看。参

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant