Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Autocomplete in IOS Xamarin

I am making IOS app in Xamarin IOS in MAC. In toolbar there is textbox but there is not autocomplete field like in Android toolbar. So is there a way i can make textbox into autocomplete field in IOS Xamarin and connect it with JSON or array. Because in Xamarin Guide there is no example or guide for autocomplete in ios.

like image 436
Burhan aka SLIM SHADY Avatar asked Oct 19 '22 23:10

Burhan aka SLIM SHADY


1 Answers

You can use iOS texfeild with tableview to provide the autocomplete option. You can check this my blog entry http://appliedcodelog.com/2015/09/xamarinios-location-autocomplete-by.html implemented autocomplete option by binding the JSON data.

like image 123
Suchith Avatar answered Oct 22 '22 13:10

Suchith