登录 注册
当前位置:主页 > 资源下载 > Reachability—Master下载

Reachability—Master下载

  • 更新:2024-08-12 13:59:58
  • 大小:93KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:IOS - 移动开发
  • 格式:ZIP

资源介绍

支持同步和异步的网络监听 self.blockLabel.text = @"Not Fired Yet"; self.notificationLabel.text = @"Not Fired Yet"; self.localWifiblockLabel.text = @"Not Fired Yet"; self.localWifinotificationLabel.text = @"Not Fired Yet"; self.internetConnectionblockLabel.text = @"Not Fired Yet"; self.internetConnectionnotificationLabel.text = @"Not Fired Yet"; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(reachabilityChanged:) name:kReachabilityChangedNotification object:nil]; __weak __block typeof(self) weakself = self;