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:有什么方法可以防止键盘分裂?


- android 4中的android RadioButton问题 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- Android - 拆分 Drawable 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01