当 UIImagePickerController 完成拍照后,转到相机视图

问题描述:

如何使用 UIImagePickerController 拍照,当我点击使用"按钮时,回到相机视图再拍一张照片?

How can I take a photo with UIImagePickerController, and when I click the "use" button, go back to camera view to take another photo?

得到之后

- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info

使用新的 UIImagePicker

这是一个例子:https://github.com/fulldecent/FDTake -- 只需调用 takePhotoOrChooseFromLibrary 直接来自 gotPhoto.

Here's an example: https://github.com/fulldecent/FDTake -- just call takePhotoOrChooseFromLibrary directly from gotPhoto.