Gaoxicee

Results 2 issues of Gaoxicee

横屏App,集成了WMPlayer后,启动后变成了竖屏. 在 UIViewController+ShouldAutorotate.m 文件中更改了下面方法的返回值后,解决了问题, 想问一下,这个问题是否在不改动源码的前提下满足横屏的需求, 对下面方法的返回值进行了修改 - (UIInterfaceOrientationMask)supportedInterfaceOrientations { return UIInterfaceOrientationMaskLandscape; }