Skip to content

pptk/LivePlayer

Repository files navigation

LivePlayer

image

最后我也没有采取这种强制横屏的方式。而是让整个项目支持横竖屏然后在viewcontroller里面重写这两个方法。

  • (BOOL)shouldAutorotate{ return NO; }
  • (UIInterfaceOrientationMask)supportedInterfaceOrientations{ return UIInterfaceOrientationMaskLandscape; }

About

横向播放器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors