ViewController: UIViewController {
@IBAction func like(sender: AnyObject) {
like(backgroundColor!) = UIColor.greenColor()
}
}
I want to chanage the color of UIbutton"like button" : White is the default "not tapped or unlike" green when is tapped.
How do you change a buttons background colour when it is tapped using Swift?