Implementing video view in the Storyboard
问题 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 videos. 回答1: There is no object in the original library that performs video viewing function. But you can import the MediaPlayer framework in your project and add it programmatically. Here is a Swift example import MediaPlayer class Step1ViewController: UIViewController { var moviePlayer: MPMoviePlayerController? override func