XuniDropDownView Class Reference

Inherits from UIView
Declared in DropDownView.h

  xuniDropDown

Gets or sets the dropDown.

@property (nonatomic) XuniDropDown *xuniDropDown

Discussion

Gets or sets the dropDown.

Declared In

DropDownView.h

  width

Gets or sets the width of the drop-down box.

@property (nonatomic) double width

Discussion

Gets or sets the width of the drop-down box.

Declared In

DropDownView.h

  autoClose

Gets or sets auto closes the drop when the user hits outside it.

@property (nonatomic) BOOL autoClose

Discussion

Gets or sets auto closes the drop when the user hits outside it.

Declared In

DropDownView.h

  isDropDownOpen

Gets or sets a value that indicates whether the dropdown is currently visible.

@property (nonatomic) BOOL isDropDownOpen

Discussion

Gets or sets a value that indicates whether the dropdown is currently visible.

Declared In

DropDownView.h

  dropDownDirection

Get or sets the expand direction of the control drop-down box.

@property (nonatomic) XuniDropDownDirection dropDownDirection

Discussion

Get or sets the expand direction of the control drop-down box.

Declared In

DropDownView.h

  maxHeight

Gets or sets the maximum length constraint of the drop-down box.

@property (nonatomic) double maxHeight

Discussion

Gets or sets the maximum length constraint of the drop-down box.

Declared In

DropDownView.h

  minHeight

Gets or sets the minimum height constraint of the drop-down box.

@property (nonatomic) double minHeight

Discussion

Gets or sets the minimum height constraint of the drop-down box.

Declared In

DropDownView.h

  maxWidth

Gets or sets the maximum width constraint of the drop-down box.

@property (nonatomic) double maxWidth

Discussion

Gets or sets the maximum width constraint of the drop-down box.

Declared In

DropDownView.h

  minWidth

Gets or sets the minimum width constraint of the drop-down box.

@property (nonatomic) double minWidth

Discussion

Gets or sets the minimum width constraint of the drop-down box.

Declared In

DropDownView.h

– setDropDownHeight:

Sets the drop-down view height.

- (void)setDropDownHeight:(double)height

Parameters

height

the dropdown height.

Discussion

Sets the drop-down view height.

Declared In

DropDownView.h

– setDropDownWidth:

Sets the drop-down view width.

- (void)setDropDownWidth:(double)width

Parameters

height

the dropdown width.

Discussion

Sets the drop-down view width.

Declared In

DropDownView.h

– refresh

Refresh the drop down view.

- (void)refresh

Discussion

Refresh the drop down view.

Declared In

DropDownView.h