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
iPhone6 设置-显示与亮度-显示模式-放大,这时UIScreen.main().bounds.size.width = 320,而nativeBounds不能区分这种情况,还会按iPhone6的尺寸显示。而实际上这种情况下应该按iPhone5的尺寸显示。
The text was updated successfully, but these errors were encountered:
Thanks for test! I will investigate it. A pull request is welcome. pilgrim1385 notifications@github.com于2016年10月14日 周五11:19写道:
iPhone6 设置-显示与亮度-显示模式-放大,这时UIScreen.main().bounds.size.width = 320,而nativeBounds不能区分这种情况,还会按iPhone6的尺寸显示。而实际上这种情况下应该按iPhone5的尺寸显示。 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub #5, or mute the thread https://github.com/notifications/unsubscribe-auth/AAakCOIrmkYaRsRlBO34Va_wHeGwY-ehks5qzvTHgaJpZM4KWmVs .
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub #5, or mute the thread https://github.com/notifications/unsubscribe-auth/AAakCOIrmkYaRsRlBO34Va_wHeGwY-ehks5qzvTHgaJpZM4KWmVs .
Sorry, something went wrong.
Version 1.0.1 fixed this issue.
No branches or pull requests
iPhone6 设置-显示与亮度-显示模式-放大,这时UIScreen.main().bounds.size.width = 320,而nativeBounds不能区分这种情况,还会按iPhone6的尺寸显示。而实际上这种情况下应该按iPhone5的尺寸显示。
The text was updated successfully, but these errors were encountered: