正常給UIButton設(shè)置網(wǎng)絡(luò)圖片的方法:
button.sd_setBackgroundImage(with: URL(string: urlStr), for: .normal)
如果你設(shè)置的背景圖片,出現(xiàn)顏色變淡的問題蒋荚,先看下是不是給按鈕設(shè)置了button.isEnabled = false,如果設(shè)置了false馆蠕,那么需要修改一下:
button.sd_setBackgroundImage(with: URL(string: urlStr), for: .disabled)