I have a UIImageView in Interface Builder connected to an outlet called imageView. The statement
[imageView setImage: [UIImage imageNamed: @"xxxx.png"]];
displays an image successfully if placed in viewDidLoad, but NOT if placed in an action method in the same view controller. There's an NSLog in the action method so I know it's firing.
I've looked at the other "UIImageView not appearing" questions but none of them seem directly relevant. Any help would be much appreciated!
Thanks,
Mark