I have an application where users add several images to view as sub views to show a complete image. Now i want to show that complete image in other class’s image view.How can i do it because that complete image is just an image over another image and not a full single image.
Share
You can programmatically get the complete image of what is displayed on view. Here is a link to show how to do that http://www.icodeblog.com/2009/07/27/1188/
and then you pass the image to your next controller.