Tencent / QMUI_iOS

QMUI iOS——致力于提高项目 UI 开发效率的解决方案
http://qmuiteam.com/ios
Other
7.05k stars 1.37k forks source link

设置屏幕方向无效果 #1422

Closed cwenqing closed 1 year ago

cwenqing commented 1 year ago

Bug 表现 两个VC都继承QMUICommonViewController,A页面 SecondViewController *vc = [[SecondViewController alloc]init]; vc.supportedOrientationMask = UIInterfaceOrientationMaskLandscapeLeft; [self.navigationController pushViewController:vc animated:YES]; 屏幕方向依旧为竖屏

截图

如何重现

  1. ...
  2. ...

预期的表现 SecondViewController强制为横屏

其他信息