标签: iphone objective-c
我想检查一下我的UIButton图像是否等于零。有办法吗?我不确定myButton.image,因为它不是Apple的开发者参考。
myButton.image
答案 0 :(得分:9)
显然,UIButton有一个名为currentImage和currentBackgroundImage的属性。它将检查当前图像(取决于状态,例如按下状态或正常状态)。
currentImage
currentBackgroundImage
答案 1 :(得分:1)
使用- (UIImage *)imageForState:(UIControlState)state。
- (UIImage *)imageForState:(UIControlState)state