概览
支持自定义应用状态的 UIButton 的子类。
这些状态通过 OR 与按钮的 state 属性的值相关联,以提供额外的应用特定状态。可以为这些自定义状态分配图像,例如:
[按钮 setImage:[UIImage imageNamed:@"myCustomStateImage"]
forState:(UIControlStateNormal | kMyControlStateCustom)];
应用状态值只能使用在 UIControlStateApplication 位掩码中设置的位。
- Deprecated:
- 使用 GCKUIMultistateButton。
- 开始时间
- 3.0
实例方法摘要 | |
(void) | - setImage:forButtonState: |
设置要针对指定按钮状态显示的图片。更多... | |
属性摘要 | |
UIControlState | applicationState |
按钮的应用状态。更多... | |
NSUInteger | buttonState |
按钮的应用状态。更多... | |
方法详细信息
- (void) setImage: | (UIImage *) | image | |
forButtonState: | (NSUInteger) | buttonState | |
设置要针对指定按钮状态显示的图片。
- Parameters
-
image The image. buttonState The button state.
房源详情
|
readwritenonatomicassign |
按钮的应用状态。
此状态将与按钮的现有状态连接在一起。
|
readwritenonatomicassigninherited |
按钮的应用状态。