标签: uiimageview uibutton swift3
有什么方法可以将UIButton的图像更改为UIImageView的图像吗?
UIImageView的图像来自数据库。
非常感谢任何帮助,非常感谢!
答案 0 :(得分:1)
您只需将按钮的图像设置为imageView.image。
imageView.image
button.setImage(imageView.image, for: .normal)