Scroll View Image overlapped when pressing ad
Hello,
I have a scroll view that loads an image. When I press the test ad and close out of it, it seems like the image doubles or overlaps over the previous image. When I try to zoom after testing the ad, one of the images will zoom and the other stays original. Is there a way to prevent the new image from appearing? i.e. I don't want doubling up of images, just to keep the original.
I load the scroll view in viewWillAppear and I also tried using
[scrollView setNeedsDisplay];
when the user closes out the ad.
Any suggestions would be great.
Thanks,
Jason
|