All Projects → RxSwiftCommunity → RxCoreMotion

RxSwiftCommunity / RxCoreMotion

Licence: MIT license
Provides an easy and straight-forward way to use Apple iOS CoreMotion responses as Rx Observables.

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language
objective c
16641 projects - #2 most used programming language

RxCoreMotion

Usage

This is an Rx extension that provides an easy and straight-forward way to use Apple iOS CoreMotion responses as Observables.

Example app

To run the example project, clone the repo, and run pod install from the Example directory first. The app uses RxSwift, RxCocoa.

Installation

This library depends on RxSwift.

CocoaPods

RxCoreMotion will be available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "RxCoreMotion"

Carthage

Integrate RxCoreMotion with your Cartfile as folows:

github "RxSwiftCommunity/RxCoreMotion"

Run carthage update to build the framework and drag the built RxCoreMotion.framework into your Xcode project.

As Source

You can grab the RxCoreMotion.swift file from this repo and include it in your project.

Contributing

Feel free to send a PR

License

This library belongs to RxSwiftCommunity.

RxCoreMotion is available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].