UIImageView doesn't update with my image

Posted by Sheehan Alam on Stack Overflow See other posts from Stack Overflow or by Sheehan Alam
Published on 2011-01-08T17:10:41Z Indexed on 2011/01/08 17:53 UTC
Read the original article Hit count: 168

Filed under:
|
|
|

I am trying to set my image:

detailedEventViewController.thumbnail.image = [UIImage imageNamed:@"amnesia.png"];

But the imageview appears blank. amnesia.png is in my resources group. The file exists.

Results of my log:

2011-01-08 10:52:32.822 HD Pocket Vacations[25271:207] Image: <UIImage: 0x66203b0>
2011-01-08 10:52:32.823 HD Pocket Vacations[25271:207] dEVC: <DetailedEventViewController: 0x6628340>
2011-01-08 10:52:32.824 HD Pocket Vacations[25271:207] thumbnail: (null)

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uiimage