I have a scrollview and imageview subviewed to scrollview.on a button click I subview another imageview and sent that image to the back of that existing image by
[nextImageView sendSubviewToBack:firstImageView];
and i want the firstImageView to fade and show the second image on a button click and on the button click i want the reverse also to be happened
tuning the answer of @jhilgert00…..