Code:
- (IBAction)touch_btnAdvice:(UIButton *)sender {
UIImage *aceC = [UIImage imageNamed: @"black.png"];
[pPic10 setImage: aceC];
}
Basically, what I want to happen is when I press the button for the image to change. I have an image named "black.png" in my project, but the image won't change. Thanks in advance for the help. Don't know whats wrong with this code segment, but obviously something is wrong cuz the picture won't change.