Awesome
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.