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.
我想制作一个类似于 SBSettings(Cydia 上的快速设置应用程序)的应用程序,因为开发人员无法越狱他们的设备。谁能告诉我如何改变屏幕亮度?它不需要得到 Apple 的批准,因此可以在需要时使用私有 API。任何帮助,将不胜感激。
您可以[[UIScreen mainScreen] setBrightness:0.1]在 iOS 5.0中使用
[[UIScreen mainScreen] setBrightness:0.1]