We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug 表现 iPhone7/8Plus机型,在横屏模式下,启动一个竖屏应用,启动后会造成界面方向异常。
如何重现
问题代码 QMUIHelper类的 + (BOOL)isNotchedScreen方法, 在启动时设置新的rootViewController UIViewController *viewController = [UIViewController new]; window.rootViewController = viewController; 会造成启动方向异常的问题
其他信息
The text was updated successfully, but these errors were encountered:
same issue #1263
Sorry, something went wrong.
由 #1263 跟进
已发布 4.3.0 修复该问题。
No branches or pull requests
Bug 表现
iPhone7/8Plus机型,在横屏模式下,启动一个竖屏应用,启动后会造成界面方向异常。
如何重现
问题代码
QMUIHelper类的
+ (BOOL)isNotchedScreen方法,
在启动时设置新的rootViewController
UIViewController *viewController = [UIViewController new];
window.rootViewController = viewController;
会造成启动方向异常的问题
其他信息
The text was updated successfully, but these errors were encountered: