UIImageView in UIScrollView?

Up vote -1 down vote favorite share g+ share fb share tw.

I have a series of UIImageViews in a UIScrollView. The user can zoom into each one, but after a bit of usage the images start disappearing, and then various images in the app disappear. I'm wondering if anybody has any any experience with this and has any idea why this could be happening?

Iphone objective-c uiscrollview uiimageview uiimage link|improve this question asked Jul 17 '11 at 15:27Andrew1,188521 71% accept rate.

1 you must do something in your code for that. – user756245 Jul 17 '11 at 15:28 set up some break points see if the images or imageViews are getting released. – Grady Player Jul 17 '11 at 15:29 possible duplicate of Strange UIImage problem – Iulius Cæsar Jul 17 '11 at 19:19.

Its a complete guess until you give us source, but chances are that you are doing something like not retaining your image views or are adding them to another view – effectively removing them from the first view they were in.

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