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?
Cheers!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前无法防止键盘分割。您最希望的是
通知他们这不是最好的用户体验,也不是
您的应用程序支持。
,#1 是最好的方法。在本地化支持下滚动自己的键盘几乎是不切实际的。
It is currently not possible to prevent keyboard splitting. The most you can hope for is to either
notifying them that this is not the best user experience and is not
supported by your app.
IMO, #1 is the best approach. Rolling your own keyboard -- with localization support -- is almost never practical.