2016-11-30 2 views
-2

ライブラリからビデオを選択したいのですが(今完成しました)、私はそのビデオと表示したいそれはビューコントローラ内にある。私は何をしますか?私はどこを見ても何も見つけていません。アップルデバイスのライブラリから選択したビデオをxcodeのビューコントローラに投稿する方法

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] as! NSURL?

fileURL = NSURL(fileURLWithPath: "(videoURL)")させ

videoView.loadHTMLString( ""、ベースURL:ゼロ)

すべてのヘルプははるかに高く評価されます。ありがとう!

+1

可能な重複[スウィフトとローカルビデオを再生するには?](http://stackoverflow.com/質問/ 25348877/how-to-play-a-local-video-with-swift) – pableiros

答えて

関連する問題