XuniDropDownHeaderView Class Reference

Inherits from UITextField
Conforms to UITextFieldDelegate
Declared in DropDownHeaderView.h

  xuniDropDown

Gets or sets the dropDown.

@property (nonatomic) XuniDropDown *xuniDropDown

Discussion

Gets or sets the dropDown.

Declared In

DropDownHeaderView.h

– setHeaderBackgroundColor:

Set header background color.

- (void)setHeaderBackgroundColor:(UIColor *)color

Parameters

color

The color.

Discussion

Set header background color.

Declared In

DropDownHeaderView.h

– setHeaderText:

Set header text.

- (void)setHeaderText:(NSString *)text

Parameters

text

The text.

Discussion

Set header text.

Declared In

DropDownHeaderView.h

– setHeaderFont:

Set header font.

- (void)setHeaderFont:(UIFont *)font

Parameters

font

The font.

Discussion

Set header font.

Declared In

DropDownHeaderView.h

– setHeaderTextAlignment:

Set header text alignment.

- (void)setHeaderTextAlignment:(NSTextAlignment)alignment

Parameters

alignment

The text alignment.

Discussion

Set header text alignment.

Declared In

DropDownHeaderView.h

– refresh

Refresh header view.

- (void)refresh

Discussion

Refresh header view.

Declared In

DropDownHeaderView.h