How can I take a photo with UIImagePickerController, and when I click the "use" button, go back to camera view to take another photo?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
After you get
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info
just go right back in with a new UIImagePicker
Here's an example: https://github.com/fulldecent/FDTake -- just call takePhotoOrChooseFromLibrary
directly from gotPhoto
.