A quick question, how can I change the opacity (alpha value) of the Background Image of a UIButton? Thanks for the help!
@IBOutlet weak var button: UIButton!
@IBAction func Button(_ sender: Any) {
button.setBackgroundImage(UIImage(named: "BG"), for: .normal)
}