AVCaptured image size of screen
问题 I'm using AVCapture to create my own camera on iOS. When I click the button to take a photo. I capture the image from the preview layer. Then I assign the captured image to a imageview that I make the size of the screen and place it on top of the preview layer. The problem is the captured image has different proportions to what the ios video camera preview has, so when you click to capture a photo.. You can see the aspect of the photo change. I want the photo to look identical to the preview.