Frage

I am using Ooyala player in my project, the project used to use MPMoviePlayer, where we just change the view's size to make it fullscreen or not fullscreen, but Ooyala player seems to maintain its own fullscreen/inline mode by using another modal view controller when switched to full screen, this creates a lot of problem as the current view controller's viewWillDisappear and viewDidDisappear will be called when the modal VC is presented, so is there a way to start with full screen directly?

Thanks!

War es hilfreich?

Lösung

Try one of the constructors for OOOoyalaPlayerViewController that has the controlType param.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top