Custom list of auto complete options in ios using monotouch

人走茶凉 提交于 2019-12-07 01:04:31

问题


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



来源:https://stackoverflow.com/questions/11944553/custom-list-of-auto-complete-options-in-ios-using-monotouch

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!