Can someone point me in the direction of how to implement an "autocomplete" search interface on the iPhone. I am assuming I will need to use a NSTimer to periodically check what has been typed and then submit that partial string to my data source and then display those.
I need to connect it up with an existing web service returning JSON
A tutorial or some sample code would be preferred.
thanks