gpt4 book ai didi

ios - ios中如何知道相机拍照完成

转载 作者:行者123 更新时间:2023-11-29 02:17:55 31 4
gpt4 key购买 nike

我使用图像选择器 Controller 呈现相机,图像拍摄后进入结束模式,所以我希望代表在相机完成拍照时调用。就像通过 NSNotificationCenter 一样。

       UIImagePickerController *picker = [[UIImagePickerController alloc] init];
picker.delegate=self;
picker.allowsEditing = YES;
picker.sourceType = UIImagePickerControllerSourceTypeCamera;
[self presentViewController:picker animated:YES completion:NULL];

最佳答案

试试这个:

[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(handleNotification:) name:@"_UIImagePickerControllerUserDidCaptureItem" object:nil ];

关于ios - ios中如何知道相机拍照完成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28535777/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com