giving custom autosuggestion for uitextfield iphone
问题 I have to implement a custom autosuggestion for UITextField> I have an array of words and when I start typing in a textfield then all words similar to the typed text should appear as auto suggestion, like normal auto suggestion in ios but more than one word. And When I tap on one of them it should trigger an event. I know how to done this with a tableview anybody know a method to done this with ios's look and feel? 回答1: For this purpose I used the project linked below: http://cocoacontrols