Top "Avplayerviewcontroller" questions

How to play video with AVPlayerViewController (AVKit) in Swift

How do you play a video with AV Kit Player View Controller in Swift? override func viewDidLoad() { super.viewDidLoad() let …

ios swift avfoundation avplayerviewcontroller avkit
How to play a local video with Swift?

I have a short mp4 video file that I've added to my current Xcode6 Beta project. I want to play …

ios objective-c swift avplayer avplayerviewcontroller
No AVPlayer Delegate? How to track when song finished playing? Objective C iPhone development

I've looked around but I can't find a delegate protocol for the AVPlayer class. What gives? I'm using its subclass, …

ios objective-c iphone avplayer avplayerviewcontroller
Play a video from Youtube in a AVPlayerViewController in Swift

Okay so I'm looking to play film trailers in my app. The user will press a button, and then it …

ios swift youtube avplayerviewcontroller
Draw button on top of AVPlayer

I have to draw a label or button on top of video relay next previous , leave comment . List of video …

ios swift avfoundation avplayer avplayerviewcontroller
AVPlayer with playback controls of avplayerviewcontroller

I am putting n avplayer inside of a view controller to customize some other elements of the view controller but …

ios swift tvos apple-tv avplayerviewcontroller
Display playback controls in AVPlayer

I am able to run the video, but I am not able to see the control buttons like pause and …

ios objective-c avfoundation avplayer avplayerviewcontroller
Done button click event in AVPlayerViewController

I want to play local video in AVPlayerViewController but did not find click event of Done button. My video is …

ios objective-c avplayer avplayerviewcontroller
Make AVPlayer to full screen view in AVPlayerViewController, Swift

I am new to swift and getting problem in making AVPlayerViewController.player go to full screen in ViewController: AVPlayerViewController here …

ios iphone swift avplayer avplayerviewcontroller
What video resolution and format is most suitable for ios apps?

I would like to play full-screen videos as a background in one of my apps. The problem is that videos …

ios avplayer avplayerviewcontroller