问题
I am developping in Xamarin IOS, I need a control that can support autocomplete as I type in and which can receive more than one data. I used to work with Telerik for Web Dev, and I want the control I am looking for to do the same thing as a RadAutoCompleteBox in Telerik would Do. Is there any control that can do that? Or Do I have to implement this myself in Xamarin IOS. if so, can I have a link or a tutorial that could help me with that?
回答1:
You could search the google first and you will find there are several duplicate questions already there.
Here are some links you can refer:
syncfusion-autocomplete
The tutorial is here :sfautocomplete/overview
In this thread, there are several suggestions.
Here is also a CustomControl of
AutoCompleteView
Xamarin.CustomControls.AutoCompleteView
If you want to implement this yourself in Xamarin IOS
. You can use Searchbar and get something like AutoCompleteView
. Enter the text in the searchBar
and put the search results in a tableview
under the searchBar
.
来源:https://stackoverflow.com/questions/54296637/autocomplete-field-and-multiple-selection