IPhone: Adding UIImage to UIImageView adds a second image?

I did it by retaining the UIImageView, and keeping a reference as an ivar, releasing on dealloc.

– Nic Hubbard Sep 2 '10 at 22:18 I don't know why that would act any different than what you are doing, but that's exactly what I did to get this to work. – Gordon Fontenot Sep 2 '10 at 22:22.

Image = (UIImageView *)cell viewWithTag:0; That was returning a UITableViewCell rather than a UIImageView, this is because the tag 0 is the default and it needs to be changed to a different number. After doing this it worked.

I did it by retaining the UIImageView, and keeping a reference as an ivar, releasing on dealloc. That was returning a UITableViewCell rather than a UIImageView, this is because the tag 0 is the default and it needs to be changed to a different number. After doing this it worked.

Terms of service.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions