How do I access the accelerometer in iOS using Delphi XE2?
I tried looking through the IDE but did not find a component.
|
How do I access the accelerometer in iOS using Delphi XE2? I tried looking through the IDE but did not find a component.
| ||||
|
feedback
|
|
Delphi XE2 supports deploying to OSX on a mac. Deploying to an iPhone is apparently pretty easy, but it still involves using XCode as a final deployment tool. Since Delphi doesn't "officially" support deploying to iPhone hardware, I doubt they have included any components that are specific to it. Disclaimer: I just downloaded XE2 a few hours ago, and I've only deployed one mac application so far (and it worked beautifully). So I'm far from an expert. Edit: Anders Ohlsson has apparently written an accelerometer component for XE2. I have not tried it, but here it is. | |||||
feedback
|
|
Joseph is correct. Philip Hess has been contributing to the Delphi iOS newsgroups, and other useful information, eg: https://forums.embarcadero.com/message.jspa?messageID=390713&tstart=125 He also has this page, here: http://web.me.com/macpgmr/ObjP/Xcode4/ObjP_Intro.html Which may be helpful to you. I'm currently wading through it all in order to use the CoreLocation services (amongst others). It's definitely not for the faint of heart. | |||
|
feedback
|
|
There's a component that reads the accelerometer on the Embarcadero blog: And here's the source code by Anders Ohlsson:
| ||||
|
feedback
|