如何在应用程序中调节亮度
可能的重复:
以编程方式更改 iPhone 上的背光亮度
如何在 xcode 中调整应用程序的亮度4 用UISlider?我找不到任何有关如何访问它的现代代码。
Possible Duplicate:
Change Backlight Brightness on iPhone Programmatically
How can i adjust brightness in my application in xcode 4 with a UISlider? I can't find any modern code on how to access it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
亮度设置下没有公共 API 可以降低整个屏幕的亮度。但是,如果您的目的只是降低应用程序的亮度,则可以更改视图的不透明度。
There is no public API to reduce overall screen's brightness as found under Brightness setting. However if your intent is to just reduce the brightness of you app, you can change the opacity of the view.