Custom list of auto complete options in ios using

2019-04-27 04:56发布

问题:

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:

You should be able to adapt this Objective-C solution: http://www.raywenderlich.com/336/how-to-auto-complete-with-custom-values