PDA

View Full Version : UIImageView does not reload?




pityme
Sep 27, 2008, 05:46 AM
Hi,
Here is the problem:

I initialized the UIImageView from the nib file with the image set to a local file. After that I tried to change the image to another UIImage.

I did checked the UIImage loaded correctly and I set the image of the UIImageView's image property to the new UIImage. The UIImageView never changes.

Anyone could help?