Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. _peripheralManager = [[CBPeripheralManager alloc]
  2. initWithDelegate:self
  3. queue:nil];
  4.  
  5. NSUUID *uuid = [[NSUUID alloc]
  6. initWithUUIDString:@"12345678-AAAA-BBBB-CCCC-123456789ABC"];
  7.  
  8. _region = [[CLBeaconRegion alloc]
  9. initWithProximityUUID:uuid
  10. major:1
  11. minor:1
  12. identifier:@"com.example.beacon"];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement