I am creating an application where I need to implement autocompletion when a user is typing into an text input, with the 10 nearest/highest ranking words appearing below the
This link worked well for me. Depending on your code, just don't miss the difference between UITextField and UITextView.
UITextField
UITextView
No extra libraries, just an easy custom UITableView and search function.
UITableView