-
Reachability—Master下载
资源介绍
支持同步和异步的网络监听
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;
- 上一篇: windows安全检查bat脚本
- 下一篇: 测试网络是否掉线批处理文件