非常奇怪的UIImagePickerController行为(Pic附加)

时间:2011-02-18 01:26:16

标签: iphone uiimagepickercontroller

我一直无法理解这一点。我正在捕捉相机图像。我的预览图像如下图所示?

生成的捕获图像实际上很好。只是预览看起来像下面的图像?

那是我在中间的形象......所有的小小......?

问题截图:

http://i445.photobucket.com/albums/qq172/kilobytedump/photo-2.png

有人有任何想法吗?

我正在使用的代码:

//Open the Camera view
UIImagePickerController *picker = [[UIImagePickerController alloc] init];
picker.sourceType = UIImagePickerControllerSourceTypeCamera;
picker.allowsEditing = YES;
picker.delegate = self;
picker.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal;
[self presentModalViewController:picker animated:YES];
[picker release];

感谢您的帮助。

0 个答案:

没有答案