iOS 5: Any way to prevent keyboard splitting?(iOS 5:有什么方法可以防止键盘分裂?)
问题描述
iOS5 中新的可拆分/可移动键盘不适合我目前正在开发的应用程序的 UI.我们希望像 iOS 5 之前的标准一样将其固定在底部.关于如何做到这一点并防止用户移动/拆分键盘有什么想法吗?
The new splittable/movable keyboard in iOS5 is not suitable for the UI of an app I'm currently working on. We'd like to fix it in place at the bottom as was the norm pre-iOS 5. Any thoughts on how to do this and prevent the user from moving/splitting the keyboard?
干杯!
推荐答案
目前无法防止键盘拆分.你最希望的就是要么
It is currently not possible to prevent keyboard splitting. The most you can hope for is to either
- 在用户拆分键盘后提供用户反馈通知他们这不是最好的用户体验,也不是您的应用程序支持.
- 滚动你自己的键盘
IMO,#1 是最好的方法.滚动你自己的键盘——在本地化支持下——几乎是不切实际的.
IMO, #1 is the best approach. Rolling your own keyboard -- with localization support -- is almost never practical.
这篇关于iOS 5:有什么方法可以防止键盘分裂?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:iOS 5:有什么方法可以防止键盘分裂?
基础教程推荐
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01