Implementing Autocomplete in iOS

后端 未结 4 797
耶瑟儿~
耶瑟儿~ 2020-12-10 07:30

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

4条回答
  •  忘掉有多难
    2020-12-10 07:41

    This link worked well for me. Depending on your code, just don't miss the difference between UITextField and UITextView.

    No extra libraries, just an easy custom UITableView and search function.

提交回复
热议问题