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:有什么方法可以防止键盘分裂?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!