XuniComboBoxDropdownView Class Reference

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

Overview

XuniComboBoxDropdownView Class.

  textColor

Gets or sets the text color.

@property (nonatomic) UIColor *textColor

Discussion

Gets or sets the text color.

Declared In

XuniComboBoxDropdownView.h

  textFont

Gets or sets the text font.

@property (nonatomic) UIFont *textFont

Discussion

Gets or sets the text font.

Declared In

XuniComboBoxDropdownView.h

  textAlignment

Gets or sets the text alignment.

@property (nonatomic) NSTextAlignment textAlignment

Discussion

Gets or sets the text alignment.

Declared In

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

XuniComboBoxDropdownView.h

– initWithComboBox:

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

- (instancetype)initWithComboBox:(XuniComboBox *)comboBox

Parameters

comboBox

The XuniComboBox object.

Return Value

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

Discussion

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

Declared In

XuniComboBoxDropdownView.h