I've got a UITextField in my view and a UISearchBar.
I need to figure out a way to make everything that the user types into the TextField automatically appear in the SearchBar, as the user types it.
In other words, I want the SearchBar to mirror the text in the TextField letter by letter.
Anyone have any suggestions?
I need to figure out a way to make everything that the user types into the TextField automatically appear in the SearchBar, as the user types it.
In other words, I want the SearchBar to mirror the text in the TextField letter by letter.
Anyone have any suggestions?