获取UIButton的背景图片

时间:2010-12-07 17:21:15

标签: iphone objective-c uiview uiimageview uibutton

我需要你的建议:我想知道如何在UIImageView中设置UIButton的backgroundImage图像。

即。如果我触摸按钮,则应在UIImageView上设置按钮的背景图像。

有可能吗?如果是,那么如何?

1 个答案:

答案 0 :(得分:41)

UIImage *image = self.myButton.currentBackgroundImage;

Apple Documentation for UIButton