XuniDropDownButton クラス リファレンス

継承元 UIButton
定義先 DropDownButton.h

  xuniDropDown

ドロップダウンを取得または設定します。

@property (nonatomic) XuniDropDown *xuniDropDown

内容

ドロップダウンを取得または設定します。

定義先

DropDownButton.h

  buttonColor

ボタンコンテンツの色を取得または設定します。

@property (nonatomic) UIColor *buttonColor

内容

ボタンコンテンツの色を取得または設定します。

定義先

DropDownButton.h

– setDropDownButtonColor:

ドロップダウンボタンの色を設定します。

- (void)setDropDownButtonColor:(UIColor *)color

パラメータ

height

ドロップダウンボタンの色

内容

ドロップダウンボタンの色を設定します。

定義先

DropDownButton.h

– updateDropDownButton:

ドロップダウンボタンの状態を更新します。

- (void)updateDropDownButton:(BOOL)isOpen

パラメータ

isOpen

ドロップダウンビューが開いているかどうか

内容

ドロップダウンボタンの状態を更新します。

定義先

DropDownButton.h