如何使用 iPhone SDK 以编程方式更改屏幕亮度?
How can I change the brightness of the screen programmatically using iPhone SDK?
[[UIScreen mainScreen] setBrightness: yourvalue];
需要 iOS 5.0 或更高版本.yourvalue 是介于 0.0 和 1.0 之间的浮点数.
Requires iOS 5.0 or later. yourvalue is a float between 0.0 and 1.0.
这篇关于我们如何以编程方式改变 iPhone 屏幕的亮度?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!