标签: swift uibutton
点击按钮时,我正在尝试显示第二个按钮图像。第二个图像正在显示,但按钮突出显示,看起来不太好。如何在不突出显示第二张图像的情况下显示它?
答案 0 :(得分:1)
button.setBackgroundImage(IMAGE, forState: UIControlState.Normal)