Objective c Beacon Exam(IOS) 관련 함수 .h 파일 #import @interface MainViewController : UIViewController @property (strong, nonatomic) CLBeaconRegion *myBeaconRegion; @property (strong, nonatomic) CLLocationManager *locationManager; .m 파일//비콘 on/off 함수//비콘 모니터링 시작 - (void) BeaconDetectStart{ NSLog(@"BeaconDetectStart"); [self.locationManager startMonitoringForRegion:self.myBeaconRegion]; [self.locationManager startRangingBeaconsInRegion.. (IT)Program / IOS 2016. 11. 27. 21:20