Hoping somebody can shed some light on this.
I'm working on an app for a company and they have a search field that is a custom UITextField. Presently it refines the search with each letter entered.
Problem: They have a little popup indicating that it's searching and with each keypress, you see it flash on and off the screen. They don't want this, obviously.
What I was thinking of doing although not sure how, is instead of refining the search on every keypress, searching when they're finished typing. BUT, I also don't want to have to add a "Search" button. I just want them to finish typing, one second, delay or something, search happens.
Is there a way to detect when the user has finished typing? Has anybody done this?
Thanks in advance.