Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
这里描述了创建代替普通键盘的自定义输入布局的正确方法:http://www.raywenderlich.com/1063/ipad-for-iphone-developers-101-custom-input-view-tutorial
另外,您可以通过将文本字段的keyboardType设置为UIKeyboardTypeNumbersAndPunctuation来让iPad在键盘的“首页”上显示数字。
UIKeyboardTypeNumbersAndPunctuation
The correct way to create a custom input layout that appears in place of the normal keyboard is described here: http://www.raywenderlich.com/1063/ipad-for-iphone-developers-101-custom-input-view-tutorial
Also, you can get the iPad to show the numbers on the "front page" of the keyboard by settings the text field's keyboardType to UIKeyboardTypeNumbersAndPunctuation.
为什么不将数字键盘放在单独的视图中,然后将其动画进出或使其可移动/可拖动?
Why not just place your numberpad in a seperate view and either animate it in and out or make it moveable/dragable?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
这里描述了创建代替普通键盘的自定义输入布局的正确方法:http://www.raywenderlich.com/1063/ipad-for-iphone-developers-101-custom-input-view-tutorial
另外,您可以通过将文本字段的keyboardType设置为
UIKeyboardTypeNumbersAndPunctuation
来让iPad在键盘的“首页”上显示数字。The correct way to create a custom input layout that appears in place of the normal keyboard is described here: http://www.raywenderlich.com/1063/ipad-for-iphone-developers-101-custom-input-view-tutorial
Also, you can get the iPad to show the numbers on the "front page" of the keyboard by settings the text field's keyboardType to
UIKeyboardTypeNumbersAndPunctuation
.为什么不将数字键盘放在单独的视图中,然后将其动画进出或使其可移动/可拖动?
Why not just place your numberpad in a seperate view and either animate it in and out or make it moveable/dragable?