¡@

Home 

2014/10/15 ¤U¤È 10:14:41

iphone Programming Glossary: sysbright

IOS5 setBrightness didn't work with applicationWillResignActive

http://stackoverflow.com/questions/8280734/ios5-setbrightness-didnt-work-with-applicationwillresignactive

light in my app. The following steps work with my app Active the app get the system brightness as default then save as sysBright . Change the brightness with my app changed brightness then save as appBright . ResignActive app with home button or lock.. my app changed brightness then save as appBright . ResignActive app with home button or lock button set brightness to sysBright step 1 value system default brightness . Active app again. Then it will repeat the above steps form 1 to 3. Something is.. the app with the lock button the function applicationWillResignActive works well it can restore the brightness value sysBright . But when I press the home button it doesn't work anymore. The brightness is still the value I changed in my app. appBright..

applicationWillResignActive and setBrightness not working?

http://stackoverflow.com/questions/8316358/applicationwillresignactive-and-setbrightness-not-working

light in my app. The following steps work with my app Active the app get the system brightness as default then save as sysBright. Change the brightness with my app changed brightness then save as appBright. ResignActive app with home button or lock.. my app changed brightness then save as appBright. ResignActive app with home button or lock button set brightness to sysBright step 1 value system default brightness . Active app again. Then it will repeat the above steps form 1 to 3. Something is.. the app with the lock button the function applicationWillResignActive works well it can restore the brightness value sysBright . But when I press the home button it doesn't work anymore. The brightness is still the value I changed in my app. appBright..