我的键盘上方有一个输入附件 View 及其预测 TextView 。有什么方法可以切换预测 TextView 和我的输入附件 View 的位置吗?
Best Answer-推荐答案 strong>
没有。 inputAccessoryView 显示在 iOS 键盘上方。 “预测 TextView ”是 iOS 键盘的一部分。
You may also attach an input accessory view to the system keyboard or to a custom input view; this accessory view runs along the top of the main input view and can contain, for example, controls that affect the text in some way or labels that display some information about the text. via Apple
可以通过 UITextAutocorrectionTypeNo 以编程方式隐藏预测 TextView ,但不能在预测 TextView 和键盘之间放置 View 。
关于IOS 使用输入附件 View 切换预测 TextView ,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/30113728/
|