Re: Video Player Controls?

2017-05-17 Thread Charles Jenkins
This might help. I think it was a free course, but since I'm subscribed, I no longer see the price… https://www.udemy.com/draft/451494/learn/v4/overview On Wed, May 17, 2017 at 8:40 AM, Dave wrote: > Hi, > > Should have said - this is an iOS project. It would be great if I could > just get the

Re: Video Player Controls?

2017-05-17 Thread Dave
Hi, Should have said - this is an iOS project. It would be great if I could just get the same graphics for the controls as the Main Player, I could easily wire up my own action handlers….. Cheers Dave > On 17 May 2017, at 13:14, Charles Jenkins wrote: > > If you’re doing your work on the Mac

Re: Video Player Controls?

2017-05-17 Thread Charles Jenkins
If you’re doing your work on the Mac, there’s an available Apple demo, AVSimplePlayer, which demonstrates how to wire up KVO (in Obj-C) in order to provide playback controls. I was never able to get it working after porting to Swift, but it works fine in Obj-C. On Wed, May 17, 2017 at 7:05 AM, Dav

Video Player Controls?

2017-05-17 Thread Dave
Hi All, (The content of the original message seems to have disappeared!) I’m using AVPlayer and AVPlayerLayer to play a movie in a view. However when I do this I lose the Video Playback Controls (Play/Pause/Fast Forward etc) I get when using AVPlayerViewController. Is there a class to handle d