Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序显示全屏 UIView,它是黑色的、不透明的、alpha=1。这应该会导致黑屏,对吧?嗯,确实如此,但只是某种程度。在正常光线下它看起来是黑色的,但是当我进入一个黑暗的房间时,我可以看到屏幕有点发光。当我锁定手机时,屏幕会完全变暗。
我希望我的应用程序在前台运行时屏幕完全变暗。
我意识到可能无法从应用程序中关闭屏幕背光,但我能做些什么来实现我想要的吗?
UIScreen 上的亮度属性允许您控制 iOS 设备的背光强度。