Skip to content

Instantly share code, notes, and snippets.

@anditto
Created August 28, 2014 06:19
Show Gist options
  • Save anditto/9b7885edbec827d0d546 to your computer and use it in GitHub Desktop.
Save anditto/9b7885edbec827d0d546 to your computer and use it in GitHub Desktop.
- (void)beaconManager:(ESTBeaconManager *)manager didRangeBeacons:(NSArray *)beacons inRegion:(ESTBeaconRegion *)region
{
self.beaconsArray = beacons;
[self pushBeaconInfo];
}
- (void)beaconManager:(ESTBeaconManager *)manager didDiscoverBeacons:(NSArray *)beacons inRegion:(ESTBeaconRegion *)region
{
self.beaconsArray = beacons;
[self pushBeaconInfo];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment