In my application I have two UIImageViews
which is overlayed one over the other. i.e ) UIImageView-2
is placed on UIImageView-1
. The image in UIImageView-2
is transparent, so now I have image over another image. Now I need to save these two as a single image. Is it possible in ios? Please advice..
The sample view is as below: The red mark is an image in a view over tennis ball image view.