Custom list of auto complete options in ios using monotouch

Viewed 5811

I want to be able to supply my own list of available auto correct / auto complete options for a text input in an ios app created in monotouch.

The list of words is updated via a web service. Examples of this type of functionality can be seen in the Ebay app when completing a search.

What would be the best way to achieve this?

1 Answers
Related