Programatically I have fetched image from my camera in my app. It has been fetched nicely but when I shift to another view and dismiss that view at that time my image automa
Try this property
@property (nonatomic) CGAffineTransform cameraViewTransform
and rotate is with -90 degree and then capture the image. If doesn't work the use the code given by Cocoa Matters.