Player icon indicating copy to clipboard operation
Player copied to clipboard

Make Standalone UIView Player instead of a UIViewController subclass

Open efremidze opened this issue 7 years ago • 4 comments

I'm interested in making a UIView subclass of the Player, which isn't a subclass of a UIViewController. It would have the same functionality and features. Any interest in this?

efremidze avatar Aug 18 '17 20:08 efremidze

Yes!

Isuru-Nanayakkara avatar Nov 17 '17 11:11 Isuru-Nanayakkara

Yes! Need the same thing. I'm not sure what the idea was behind the use of UIViewController in this library.

aziz92 avatar Dec 02 '17 02:12 aziz92

Not sure if it'll work for you but I've done a little enhancement. I've written custom class with activity indicator while buffering and mute/unmute button. So you don't have to write everything over and over and add them in storyboard. Please follow the link and use IPlayerView class for your UIView :) https://github.com/SarimAshfaq/IPlayerView

SarimAshfaq avatar Dec 08 '17 11:12 SarimAshfaq

in the latest version 0.9.1, the PlayerView has been exposed as API too

piemonte avatar Aug 13 '18 17:08 piemonte