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:
が使用できるものです..どうすれば配列に値を渡すことができますか???