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?

有帮助吗?

解决方案

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

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top