按下更改图像的按钮时崩溃

时间:2019-06-28 14:58:05

标签: swift

let上按下此按钮时,我的应用程序崩溃了,为什么?它向我显示了图像文字,因此从理论上讲,它找到了图像,对吗?如果我选择其他图像,则效果很好。不知道发生了什么。

这是错误:

Thread 1: EXC_BREAKPOINT (code=1, subcode=0x1eb5bbb2c)

此功能:

@IBAction func btnMuteMicPressed(_ sender: Any) {

    let buttonImage = #imageLiteral(resourceName: "group3-1")

    btnMuteMic.setImage(buttonImage, for: .normal)
}

0 个答案:

没有答案