I'm wondering if there is an existing class or library code in Cocoa Touch that shows the user a list of real-time suggestions while they are entering text input, with the suggestions based on similarities between what they have already entered and previous entries.
For instance, see how Safari on the iPod Touch shows realtime suggestions when you start to type in a URL, based on previously visited sites.
If there is a standard way of doing this, I'd love to know! If not, suggestions for a reasonable way to implement this -- subclass UITextField and go from there? -- would be welcome.