I have a very strange problem.
In the interface builder, I try to set the images for the โnormalโ configuration state and for the โselectedโ configuration state. but by clicking the button, my image will not be resized.
even I write code in the viewDidLoad method.
[btnCheckBoxMale setImage:[UIImage imageNamed:@"blankcheckbox.png"] forState:UIControlStateNormal]; [btnCheckBoxMale setImage:[UIImage imageNamed:@"checkbox.png"] forState:UIControlStateSelected];
but my images do not change when clicking on it
can anyboday say what is the problem?
user1881612
source share