Search Results

15
votes

iPhone Proximity Sensor

There is a public API for this. -[UIApplication setProximitySensingEnabled:(BOOL)] will turn the feature on. BTW, it doesn't seem to be using the light sensor, because proximity sensing wo …
1
vote

iPhone Unit Tests Hang; Fail to Call -applicationDidFinishLaunching:

If Xcode hangs during the build (the build results window shows 'Running custom shell script' but stalls there), select the unit test target and click 'Get Info'. Then select the Properties tab and …