级联弹出窗口:用户友好性与指南

发布于 2025-01-08 12:19:24 字数 1431 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

凶凌 2025-01-15 12:19:24

这里描述了创建代替普通键盘的自定义输入布局的正确方法: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.

旧竹 2025-01-15 12:19:24

为什么不将数字键盘放在单独的视图中,然后将其动画进出或使其可移动/可拖动?

Why not just place your numberpad in a seperate view and either animate it in and out or make it moveable/dragable?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文