BlogDemo icon indicating copy to clipboard operation
BlogDemo copied to clipboard

本仓库存放博客中的 Demo,欢迎star

Results 1 BlogDemo issues
Sort by recently updated
recently updated
newest added

代码: #import "DiscoverBeacon.h" #import #import "LocalPush.h" #import #import #define Beacon_Device_UUID @"FDA50693-A4E2-4FB1-AFCF-C6EB07647825" @interface DiscoverBeacon () < CLLocationManagerDelegate > /** 检查定位权限 */ @property (nonatomic, strong) CLLocationManager *locationManager; /** 需要被监听的beacon */ @property (nonatomic,...