AutoCompleteTextView for Xamarin.iOS: Overview

TKAutoCompleteTextView can automatically complete user input string by comparing the text being entered to all strings in the associated data source. The control provides means for easy customization and data management. To make working with data easier for developers, TKAutoCompleteTextView works seamlessly with the Telerik DataSource control which serves as a mediator between the raw suggestions data and the UI component which serves as a suggestion view.

Telerik UI for Xamarin Ninja image

The AutoCompleteTextView is part of Telerik UI for Xamarin, a professional grade UI component library for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

Key Features

  • Customizable Tokens
  • Token Layout Modes
  • Suggest Modes
  • Suggestion Match Highlighting
  • Completion Modes
  • Display Modes

Demos for AutoCompleteTextView control can be found in our Native Xamarin.iOS examples.

In this article