在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)
}