Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以使用 ios 键盘实现自动完成功能 - 就像谷歌一样。有没有人见过有人真的这样做过?
一个选项是自动完成下拉框。
当用户(BOOL)textFieldShouldBeginEditing:(UITextField *)textField调用您的逻辑并将您可能的单词放入包含显示该数组的 ansmutablearrray和 a中时,请继续通过您的检测方法更新您的数组,如果用户 将该标签放入.popoverviewtableviewdidselectrowuitextfield
(BOOL)textFieldShouldBeginEditing:(UITextField *)textField
nsmutablearrray
popoverview
tableview
didselectrow
uitextfield
UITextField 的下拉框