Display images from array to UIImageView?

Because you are always image removeFromSuperview; before you scrollView addSubview:image; in the for loop. How could it not be only showing the last imageView?

Cos I want to remove any image shown in the uiimageview. – Carissa Aug 18 at 8:08 No need to call removeFromSuperview before addSubView, because when calling addSubView, the the subview is automatically removed from its previous superview before added as subview of another view. – EmptyStack Aug 18 at 8:37 If you have 10 images to show, you need to create 10 imageViews for them.

You also need to set different positions for these imageViews by you self, otherwise they will be covered by each other. – xuzhe Aug 18 at 9:28 Issit possible after I create the imageviews, I remove the imageview programmatically, to ensure that they will not overlap? – Carissa Aug 18 at 9:35.

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