GCKUIMultistateButton 类

GCKUIMultistateButton 类参考

概览

支持多种状态的 UIButton 的子类。

使用 setImage:forButtonState: (GCKUIMultistateButton) 方法为每种状态分配一张图片。

开始时间
4.0

继承 UIButton。

GCKUIButton 继承。

实例方法摘要

(void) - setImage:forButtonState:
 设置要针对指定按钮状态显示的图片。更多...
 

属性摘要

NSUInteger buttonState
 按钮的应用状态。更多...
 

方法详细信息

- (void) setImage: (UIImage *)  image
forButtonState: (NSUInteger)  buttonState 

设置要针对指定按钮状态显示的图片。

Parameters
imageThe image.
buttonStateThe button state.

房源详情

- (NSUInteger) buttonState
readwritenonatomicassign

按钮的应用状态。