I set an images for button\'s states Normal,Highlighted and Selected, but when the button in selected state and I press/highlight it I didn\'t see my highlighted image but j
In swift you can do:
button.setImage(UIImage(named: "selected"), forState: UIControlState.selected.union(.highlighted))