XuniAutoCompleteDropdownView Class Reference

Inherits from UITableView
Conforms to UITableViewDataSource
UITableViewDelegate
Declared in XuniAutoCompleteDropdownView.h

  textColor

Gets or sets the text color.

@property (nonatomic) UIColor *textColor

Discussion

Gets or sets the text color.

Declared In

XuniAutoCompleteDropdownView.h

  textFont

Gets or sets the text font.

@property (nonatomic) UIFont *textFont

Discussion

Gets or sets the text font.

Declared In

XuniAutoCompleteDropdownView.h

  textAlignment

Gets or sets the text alignment.

@property (nonatomic) NSTextAlignment textAlignment

Discussion

Gets or sets the text alignment.

Declared In

XuniAutoCompleteDropdownView.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

XuniAutoCompleteDropdownView.h

  customizedCells

Gets or sets the customized cell for tableView.

@property (nonatomic) NSMutableArray *customizedCells

Discussion

Gets or sets the customized cell for tableView.

Declared In

XuniAutoCompleteDropdownView.h

– initWithAutoComplete:

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

- (instancetype)initWithAutoComplete:(XuniAutoComplete *)autoComplete

Parameters

comboBox

The XuniAutoComplete object.

Return Value

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

Discussion

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

Declared In

XuniAutoCompleteDropdownView.h