XuniAutoCompleteHeaderView Class Reference

Inherits from UITextField
Conforms to UITextFieldDelegate
Declared in XuniAutoCompleteHeaderView.h

  itemsSource

Gets or sets the source collection that contains the items to select from.

@property (nonatomic) NSMutableArray<NSString*> *itemsSource

Discussion

Gets or sets the source collection that contains the items to select from.

Declared In

XuniAutoCompleteHeaderView.h

– initWithAutoComplete:itemSources:

Initializes and returns a newly allocated XuniAutoCompleteHeaderView object with the specified autoComplete.

- (instancetype)initWithAutoComplete:(XuniAutoComplete *)autoComplete itemSources:(NSMutableArray<NSString*> *)itemSources

Parameters

autoComplete

The XuniAutoComplete object.

itemSources

The itemSources.

Return Value

An initialized XuniAutoCompleteHeaderView object or nil if the object couldn’t be created.

Discussion

Initializes and returns a newly allocated XuniAutoCompleteHeaderView object with the specified autoComplete.

Declared In

XuniAutoCompleteHeaderView.h