Basic iOS developmentUnderstanding of view lifecycle
新手友好度1-100 的估计分数,表示该议题对首次贡献者的友好程度。
50
研究方向
Investigate how QMUI iOS handles orientation changes, particularly when the app transitions from background to foreground. Check if the app listens for UIDevice.orientationDidChangeNotification or UIApplication.didBecomeActiveNotification. Look into files like QMUIAssetLibrary or QMUICommonViewController for orientation related code. The issue may require updating the stored bounds in response to UIApplication.didBecomeActiveNotification or ensuring the correct orientation is returned when querying UIScreen.main.bounds.
你好,我按照demo中处理的横竖屏切换, 并且也是正常的,但是app进入后台,又返回前台后,获取到的高度值是错的 · Tencent/QMUI_iOS#1615 | Good First Issue