Tagged Questions
12
votes
17answers
28k views
iPhone Proximity Sensor
Can the iPhone SDK take advantage of the iPhone's proximity sensors? If so, why hasn't anyone taken advantage of them? I could picture a few decent uses.
For example, in a racing game, you could put ...
2
votes
1answer
723 views
toggling proximity sensor on iPhone loses an event
I'm using setProximitySensingEnabled and implemented proximityStateChanged in my UIApplication subclass. It looks like if sensing is toggled, that the first "off" event is being lost.
My ...