OMG_bridge 0.1.9

OMG_bridge 0.1.9

Maintained by Hyde guo.



  • By
  • Hyde Guo

OMG_bridge

[![CI Status](https://img.shields.io/travis/Hyde Guo/OMG_bridge.svg?style=flat)](https://travis-ci.org/Hyde Guo/OMG_bridge) Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

iOS 10.0

Installation

OMG_bridge is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'OMG_bridge'

Start bridge detect , you just need to instance ListeningController . And call

startRecord()

Get data , will return data from BridgeDelegate .

func onGetBridgeData(data:BridgeBody?)

If you need to start detect by shaking the phone , just extends BaseBridgeViewController

Author

Hyde Guo, [email protected]

License

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