¡@

Home 

2014/10/15 ¤U¤È 10:12:53

iphone Programming Glossary: previousbacklightlevel

Changing Backlight Level, iPhone

http://stackoverflow.com/questions/1777470/changing-backlight-level-iphone

BOOL animated NSNumber bl NSNumber CFPreferencesCopyAppValue CFSTR SBBacklightLevel CFSTR com.apple.springboard previousBacklightLevel bl floatValue Error here incompatible types in assignment bl release GSEventSetBacklightLevel 0.5f Warning here implicit.. ...The rest of my app void applicationWillTerminate UIApplication TheNameOfMyAppIsHere GSEventSetBacklightLevel previousBacklightLevel I am unsure of what is causing this. I also don't really know what needs to be in my .h file here but I have NSNumber previousBacklightLevel.. I am unsure of what is causing this. I also don't really know what needs to be in my .h file here but I have NSNumber previousBacklightLevel EDIT Changed NSNumber previousBacklightLevel to float previousBacklightLevel as suggested and this sorted the incompatible..