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.
可能重复: 有没有办法以编程方式调整屏幕亮度? iPhone:我们如何以编程方式改变屏幕的亮度?
我们如何通过触摸事件以编程方式更改(减少和增加)iphone屏幕的亮度?
可以使用 0 - 1 的浮点值来执行此操作,例如:
[[UIScreen mainScreen] setBrightness: 0.5f];