设置适合按钮backgroundImage的方面

时间:2018-06-18 12:08:33

标签: ios swift

我有这段代码:

myButton.setBackgroundImage(UIImage(named: "image1"), for: .normal)

我正在尝试从代码级别为按钮添加背景。我想将方面设置为适合此背景。 目前,背景图像无法正常显示。

1 个答案:

答案 0 :(得分:2)

button.imageView?.contentMode = .scaleAspectFit

它将起作用..对于按钮的背景图像