我的应用程序会打开UIImagePickerController
这样的
[self presentViewController:picker animated:YES completion:NULL];
我已经在其中实现了- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info
我正在提取图像,进行一些推断并使用发送请求发送数据(包括照片)来调用服务。根据返回的响应,我想添加一个带有自定义成功/失败消息的子视图。
我的问题:虽然此功能的第一行代码是:
[picker dismissViewControllerAnimated:YES completion:NULL];
拣货员不会自行关闭。