Swift 3:如何将按钮的图像更改为UIImageView的图像

时间:2017-02-11 13:43:59

标签: uiimageview uibutton swift3

有什么方法可以将UIButton的图像更改为UIImageView的图像吗?

UIImageView的图像来自数据库。

非常感谢任何帮助,非常感谢!

1 个答案:

答案 0 :(得分:1)

您只需将按钮的图像设置为imageView.image

button.setImage(imageView.image, for: .normal)