我想从库(我已经完成)中选择一个视频。现在,我想拍摄该视频并将其显示在视图控制器中。我该怎么办?我到处寻找,一无所获。
Here is my code for trying to get the file name of a selected video from the library, which I am trying to display in a webview. It does not work.
videoURL = info [UIImagePickerControllerReferenceURL]为! NSURL?
让fileURL = NSURL(fileURLWithPath:“(videoURL)”)
videoView.loadHTMLString(“”,baseURL:nil)
非常感谢任何帮助。谢谢!
答案 0 :(得分:-1)