标签: iphone
大家
我有1个UIButton,其中1个图像为蓝色 但是当我点击UIButton时,我想删除该图像并添加另一张图像。
答案 0 :(得分:0)
在代码中,您可以按照以下方式设置按钮图像:
[yourButton setImage:yourImage forState:UIControlStateHighlighted]; // or for whatever state you want
您还可以在IB中为所有可能的状态(默认,突出显示和选择)设置所有必要的图像