I am seeing some peculiar behavior in an iPad application. I have a UIImageView and I am capturing from the camera. When in Portrait mode and I take a picture it appears correctly in the UIImageView when I respond to the didFinishPickingMediaWithInfo event. However, when I return to the UIIMageView later to redisplay the saved photograph it automatically rotates the image 90 degrees. Rotating the device continues to show the image rotated 90 degrees.
Is there a way to determine the orientation used when the image is captured and is that the method that should be used to re-display the image?
Any help would be appreciated. I searched but could not find anything specific to this.