An open API service indexing awesome lists of open source software.

https://github.com/tidev/ti.coremotion

Support for the native iOS CoreMotion framework in Appcelerator Titanium
https://github.com/tidev/ti.coremotion

appcelerator coremotion ios javascript native titanium

Last synced: about 1 year ago
JSON representation

Support for the native iOS CoreMotion framework in Appcelerator Titanium

Awesome Lists containing this project

README

          

# Core Motion [![Build Status](https://jenkins.appcelerator.org/buildStatus/icon?job=modules%2Fti.coremotion%2Fmaster)](https://jenkins.appcelerator.org/job/modules/job/ti.coremotion/job/master/) [![@titanium-sdk/ti.coremotion](https://img.shields.io/npm/v/@titanium-sdk/ti.coremotion.png)](https://www.npmjs.com/package/@titanium-sdk/ti.coremotion)

This is the CoreMotion module for Titanium Mobile covering the iOS 7+ APIs of the CoreMotion framework.

This is the Map Module for Titanium. Please use [JIRA](http://jira.appcelerator.org) to report issues or ask our [TiSlack community](http://tislack.org) for help! :rocket:

## Contributors

* Please see https://github.com/appcelerator-modules/ti.coremotion/graphs/contributors
* Interested in contributing? Read the [contributors/committer's](https://wiki.appcelerator.org/display/community/Home) guide.

## Build
```js
cd iphone
appc ti build -p ios --build-only
```

## Legal

This module is Copyright (c) 2010-present by Axway Appcelerator, Inc. All Rights Reserved. Usage of this module is subject to
the Terms of Service agreement with Appcelerator, Inc.

# Example

Please check the demo located in `iphone/example/app.js` for using this module.