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
- Host: GitHub
- URL: https://github.com/tidev/ti.coremotion
- Owner: tidev
- License: other
- Created: 2014-02-14T22:36:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T21:43:28.000Z (over 2 years ago)
- Last Synced: 2025-05-07T14:02:21.873Z (about 1 year ago)
- Topics: appcelerator, coremotion, ios, javascript, native, titanium
- Language: JavaScript
- Homepage:
- Size: 78.4 MB
- Stars: 16
- Watchers: 20
- Forks: 18
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Core Motion [](https://jenkins.appcelerator.org/job/modules/job/ti.coremotion/job/master/) [](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.