Question

i tried to use the most of the correct answers suggested by the users to adjust the brightness of the iphone (ie [[UIScreen mainScreen]setBrightness:0.0];) but the simulator didn't change its brightness. Is iphone simulator's brightness adjustable?

Was it helpful?

Solution

The iPhone simulator brightness is not adjustable, you have to try in a real device!

OTHER TIPS

The iPhone simulator is not a hardware simulator. It simulates some of the hardware functions but mostly it is a simulator for iOS. You will need to register a device and test to be able to confirm if your code works properly.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top