what is the best way to detect user input in a UItextfield to call places API for suggestions as user type ? Currently how i did is, after 3 letters i call the places API for every single letter input. But if user types 4 to 5 letters very fast app crashes, may be because of too much networking or something.
Take example of google maps app or google search app in ios. How do they decide at what point to call api to show results of suggestion? Sometimes user types very fast, sometimes they do letter by letter.
Apologise if my question is silly.