GitXplorerGitXplorer
e

ReactiveBeacon

public
21 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
5f379b6c6fc4c39e47a0a550a4f153be174cca7e

Add deprecation notice

eeliperkins committed 8 years ago
Unverified
101099a77eae856a82b9ac2fe7416d48631d614c

Merge pull request #14 from eliperkins/feature/xctool-test

eeliperkins committed 10 years ago
Unverified
ae23e433d4933ad847d4e694910ae68414aee763

xctool bump

committed 10 years ago
Unverified
516f8e867714bf6bcfa7d2befcdb624609b08fd8

Don't build, just test

committed 10 years ago
Unverified
c61c733b98130d7d822333a4fe2f7dca21f23aa9

Dropping xcpretty in lieu of xctool

committed 10 years ago
Unverified
f45648de69ae8e319eba34b1a2e8271e788358e1

Version 0.3.1

committed 10 years ago

README

The README file for this repository.

⚠️ This project will no longer be maintained and is deprecated! ⚠️

ReactiveBeacon

Build Status Coverage Version Documentation

ReactiveCocoa bindings for iBeacon activities, mainly monitoring and ranging.

Usage

  • Add pod 'ReactiveBeacon', '~> 0.2.0' to your Podfile
  • pod install
  • #import <ReactiveBeacon/ReactiveBeacon.h>

Monitoring

There are two main methods to monitoring beacon regions.

-fetchPresenceForRegion: will give you the current state of the device in a region. This method will send the @YES or @NO only once and complete. This can be useful for an immediate query on a region.

-presenceForRegion: will give you a signal that will return entrance and exits from a region. Entrances will be marked as @YES, exits as @NO.

Ranging

To range for beacons, listen on the property beaconsInRange. This will return all CLBeacons that are currently in range for the device.

License

ReactiveBeacon is published under the MIT License.

analytics