Changing Backlight Level, iPhone

后端 未结 2 481
甜味超标
甜味超标 2021-02-11 10:25

I searched around for a way to set the backlight level within an app on the iPhone. I found a solution here:

http://www.iphonedevsdk.com/forum/29097-post3.html

T

2条回答
  •  终归单人心
    2021-02-11 11:01

    you can add the private framework by jus drag and drop to your xcode project from /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk/System/Library/PrivateFrameworks/GraphicsServices.framework and also import the #import "GraphicsServices.h" header in your .h file

提交回复
热议问题