Can i test accelerometer effect in Xcode simulator?

后端 未结 3 1434
萌比男神i
萌比男神i 2021-01-13 11:19

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 subclas

相关标签:
3条回答
  • 2021-01-13 11:53

    You can "capture" accelerometer data coming from a real device.

    You can purchase iSimulate

    here: http://bobueland.com/cocos2d/2011/how-to-install-isimulate/

    ..or

    you can use a free solution: accelerometer-simulator

    More about how to install or tutorial:

    • http://builtby.me/2012/07/howto-use-the-accelerometer-in-the-iphone-simulator/
    • http://builtby.me/2012/07/iphone-accelerometer-visualizer/
    • http://myfirstiphoneapp.co.uk/2011/07/receiving-accelerometer-data/
    0 讨论(0)
  • 2021-01-13 12:02

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

    0 讨论(0)
  • 2021-01-13 12:02

    You can't test Accelerometer feature on Xcode simulator.

    For this, see following on apple's site.

    Limitations of Testing in iOS Simulator

    0 讨论(0)
提交回复
热议问题