我想为 UITextView 做自定义的自动完成...
例如:
If the user starts to type "Busines" I would like to suggest "Business1", "Business2", , so that the user can select any one of the 2 suggestions or choose to type a new one.
所有自定义单词建议都将在数组中...
我怎样才能做到这一点?
是completionsForPartialWordRange:inString:language:
我可以使用的东西.. 我怎样才能传递数组中的值???