XuniAutoCompleteDelegate Protocol Reference

Conforms to XuniComboBoxDelegate
Declared in AutoCompleteDelegate.h

Overview

Protocol XuniAutoCompleteDelegate.

– customizeTheCellsOfSuggestionList:

Customize the cells of suggestionList.

- (void)customizeTheCellsOfSuggestionList:(UITableViewCell *)cell

Parameters

cell

The cell used to add customized views.

Discussion

Customize the cells of suggestionList.

Declared In

AutoCompleteDelegate.h

– filtering:eventArgs:

Occurs when the control is about to apply a filter to the list of items

- (void)filtering:(XuniAutoComplete *)sender eventArgs:(XuniAutoCompleteFilteringEventArgs *)eventArgs

Parameters

sender

The XuniAutoComplete.

text

The text.

Discussion

Occurs when the control is about to apply a filter to the list of items

Declared In

AutoCompleteDelegate.h

– getXamarinCustomView:WithIndex:

Get xamarin custom view with index.

- (UIView *)getXamarinCustomView:(XuniAutoComplete *)sender WithIndex:(int)index

Parameters

index

The item index.

Discussion

Get xamarin custom view with index.

Declared In

AutoCompleteDelegate.h