In my App I have used captured images in two locations,
view1
: Immmidiatly use/set in imageView1 after capture the image.view2
: Re use imageview1.image in an imageView2 in 2nd view.
in first image view1 the image is set properly even we take in reverse direction,
But in 2nd Image when we reuse the imageviw1.image
It set in reverse direction.
How to reuse the image as it is?