how to add Image view on UIimage on button click swift code example
Example: swift add image to button
myButton.setImage(UIImage(named: "myImage"), forState: .normal)
myButton.setImage(UIImage(named: "myImage"), forState: .normal)