获取UITextField键盘命题

时间:2015-04-27 01:39:05

标签: ios objective-c swift keyboard uitextfield

我想知道如何获得第一个UITextField的键盘建议(屏幕截图中的咖啡)。在用户按下返回键之前,我还没有找到任何允许我获取中文字符的内容。

我知道以下方法

_tagField.textInRange(_tagField.markedTextRange)

textField(_:shouldChangeCharactersInRange:replacementString:)

但他们只是返回用户输入的内容(在我的情况下是拼音)。

获取打字拼音对我来说没用,因为给定的拼音有多个汉字。

有什么想法吗?

iOS Keyboard propositions for Chinese input

0 个答案:

没有答案