I'm able to detect proximity on the iPhone SDK, but the screen blacks out whenever the proximity state is triggered.

is there a way I can prevent the proximity sensor from blacking out the screen, but still monitor a proximity sensor's state?

Thanks!

link|improve this question

60% accept rate
See this thread: stackoverflow.com/questions/7051794/… – Jamie Forrest Sep 8 '11 at 1:23
feedback

1 Answer

You could normally override the -(void)proximityStateChanged:(BOOL) changed method and do your thing in there, still getting the changed BOOL state.

link|improve this answer
There is no such method in the SDK. – Jamie Forrest Sep 8 '11 at 1:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.