I thought the iphone width/height size is 320 * 480. But the photo taken from UIImagePickerController is about 320 * 430.
Not sure whether I missed anything.
picker = [[UIImagePickerController alloc] init]; picker.showsCameraControls = NO; picker.allowsEditing = YES; [window addSubview: picker.view];
Any advices? Thanks.