Can i test accelerometer effect in Xcode simulator?

Surjeet picture Surjeet · May 14, 2013 · Viewed 17k times · Source

i am creating a app that manage the alpha property of image views. alpha property increase/decrease as the user moves the phone.I saw something on here about using a subclass of UIAccelerometer. Can any one help me to do this so that i can test it on simulator. Thanks

Answer

Mumthezir VP picture Mumthezir VP · May 14, 2013

Yo cant test it using simulator, you should use real device for testing accelerometer. Check here, it may help you.