How to change background color of UIButton – Ios swift
I want to change the color of UIbuttons but problem is that I have tried changing color in @IBAction func buttonPressed(_ sender: UIButton) { sender.backgroundColor = .red } it is not doing anything but on the same time some other…