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!

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top