iOS 5:有什么方法可以防止键盘分裂?

iOS 5: Any way to prevent keyboard splitting?(iOS 5:有什么方法可以防止键盘分裂?)
本文介绍了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

  1. 在用户拆分键盘后提供用户反馈通知他们这不是最好的用户体验,也不是您的应用程序支持.
  2. 滚动你自己的键盘

IMO,#1 是最好的方法.滚动你自己的键盘——在本地化支持下——几乎是不切实际的.

IMO, #1 is the best approach. Rolling your own keyboard -- with localization support -- is almost never practical.

这篇关于iOS 5:有什么方法可以防止键盘分裂?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

No resource found that matches the given name: attr #39;android:keyboardNavigationCluster#39;. when updating to Support Library 26.0.0(找不到与给定名称匹配的资源:attr android:keyboardNavigationCluster.更新到支持库 26.0.0 时) - IT屋-程序员软
How to resize UITextView on iOS when a keyboard appears?(出现键盘时如何在iOS上调整UITextView的大小?)
How to reliably detect if an external keyboard is connected on iOS 9?(如何可靠地检测 iOS 9 上是否连接了外部键盘?)
How do I dismiss the iOS keyboard?(如何关闭 iOS 键盘?)
Is possible to simulate touch event using an external keyboard on ios jailbroken?(是否可以在 ios 越狱后使用外部键盘模拟触摸事件?)
Numeric Soft Keyboard on Android(Android 上的数字软键盘)