XuniDropDownButton Class Reference

Inherits from UIButton
Declared in DropDownButton.h

  xuniDropDown

Gets or sets the dropDown.

@property (nonatomic) XuniDropDown *xuniDropDown

Discussion

Gets or sets the dropDown.

Declared In

DropDownButton.h

  buttonColor

Gets or sets the color of the button content.

@property (nonatomic) UIColor *buttonColor

Discussion

Gets or sets the color of the button content.

Declared In

DropDownButton.h

– setDropDownButtonColor:

Sets the drop-down button color.

- (void)setDropDownButtonColor:(UIColor *)color

Parameters

height

the dropdown button color.

Discussion

Sets the drop-down button color.

Declared In

DropDownButton.h

– updateDropDownButton:

Update dropdown button status.

- (void)updateDropDownButton:(BOOL)isOpen

Parameters

isOpen

Dropdown view is open or not.

Discussion

Update dropdown button status.

Declared In

DropDownButton.h