Got the message “WARNING: under normal conditions, _fillInQueueWithExtraSpace:..” and MPMoviePlayer rotation not work in iPad IOS 5.1

孤人 提交于 2019-12-04 09:50:35

Add this line of code After creating Player Object. player = [self.theMovie moviePlayer]; player.controlStyle = MPMovieControlStyleNone;

It's necessary in below version of iOS 6.0. May be it's helpful.

[player prepareToPlay];

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!