我有ViewController
用户打开相机ViewController
我的问题是用户创建视频后点击use
。 ViewController
关闭,因为[self dismissViewControllerAnimated:YES completion:nil];
被调用。但是,如果我从didFinishPickingMediaWithInfo
中删除此内容,则捕获的视频将保留在显示重新捕获或使用或播放的待处理Container
中。我的意思是,我希望用户留在ViewController但最小化Video
容器并显示ViewController
。在我将其发送到我的服务器进行上传之前,ViewController
将有输入框来输入捕获的视频的信息。
建议想法?