This is an Rx extension that provides an easy and straight-forward way to use Apple iOS CoreMotion responses as Observables.
To run the example project, clone the repo, and run pod install
from the Example directory first. The app uses RxSwift, RxCocoa.
This library depends on RxSwift.
RxCoreMotion will be available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "RxCoreMotion"
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.
You can grab the RxCoreMotion.swift file from this repo and include it in your project.
Feel free to send a PR
This library belongs to RxSwiftCommunity.
RxCoreMotion is available under the MIT license. See the LICENSE file for more info.