Implementing video view in the Storyboard

前端 未结 4 1826
别跟我提以往
别跟我提以往 2021-02-06 13:49

I want to build simple video app thats views a video form youtube links thats users add. I didn\'t find \"VideoView\" I mean If image view is for image what is UIView for video

4条回答
  •  时光取名叫无心
    2021-02-06 14:29

    To play video apple has provided MPMovieViewController see this https://developer.apple.com/library/prerelease/ios/documentation/MediaPlayer/Reference/MPMoviePlayerController_Class/index.html

    and this

    http://www.brianjcoleman.com/tutorial-play-video-swift/

    In youtube Video case we got embedded links are used so for that you will get help from this https://github.com/gilesvangruisen/Swift-YouTube-Player

提交回复
热议问题