我开发了一个使用Proximity Sensor
. 在接近传感器周围移动手时正确检测状态变化。但是当手停在接近传感器前时显示黑屏。我不想要这个黑屏。
我试过这行代码。
UIApplication *thisApp = [UIApplication sharedApplication];
thisApp.idleTimerDisabled = YES;
但不工作。
提前致谢。
我开发了一个使用Proximity Sensor
. 在接近传感器周围移动手时正确检测状态变化。但是当手停在接近传感器前时显示黑屏。我不想要这个黑屏。
我试过这行代码。
UIApplication *thisApp = [UIApplication sharedApplication];
thisApp.idleTimerDisabled = YES;
但不工作。
提前致谢。