XuniComboBoxHeaderView Class Reference

Inherits from UITextField
Conforms to UITextFieldDelegate
Declared in XuniComboBoxHeaderView.h

Overview

XuniComboBoxHeaderView Class.

  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

XuniComboBoxHeaderView.h

– initWithComboBox:itemSources:

Initializes and returns a newly allocated XuniComboBoxHeaderView object with the specified comboBox.

- (instancetype)initWithComboBox:(XuniComboBox *)comboBox itemSources:(NSMutableArray<NSString*> *)itemSources

Parameters

comboBox

The XuniComboBox object.

itemSources

The item sources.

Return Value

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

Discussion

Initializes and returns a newly allocated XuniComboBoxHeaderView object with the specified comboBox.

Declared In

XuniComboBoxHeaderView.h