/Ti.CoreMotion

Surfacing a few CoreMotion components to Titanium Mobile

Primary LanguagePythonOtherNOASSERTION

Ti.CoreMotion

Ti.CoreMotion allows you to use a few of the CoreMotion native functionality in your Titanium project.

Before you start

* This iOS native module designed to work with Titanium SDK 3.2.0.GA * iOS 7+ is required * Before using this module you first need to install the package. If you need instructions on how to install a 3rd party module please read this installation guide.

Download the compiled release

Download the platform you wish to use:

Building from source?

If you are building from source you will need to do the following:

Import the project into Xcode:

  • Modify the titanium.xcconfig file with the path to your Titanium installation

Setup

  • Download the latest release from the releases folder ( or you can build it yourself )
  • Install the ti.sq module. If you need help here is a "How To" guide.
  • You can now use the module via the commonJS require method, example shown below.

Twitter

Please consider following the @benCoding Twitter for updates and more about Titanium.

Blog

For module updates, Titanium tutorials and more please check out my blog at benCoding.Com.