UISearchBar functionality through UITextField

I want to create a custom UISearchBar, but this is not possible using the official APIs. Therefore, I want to implement the UISearchBar functionality through a UITextField using autosuggest from the server. Please, help. The code will be useful, but any direction is much appreciated. Thanks

+3
source share
1 answer

You can check the following link for reference.

Automatic UITextField offer from a large database

If you still have problems, please let me know.

0
source

Source: https://habr.com/ru/post/1778749/


All Articles