#Reachability

Reachability(判断网络是否连接)

类似于一个网络状况的探针。  [[NSNotificationCenterdefaultCenter]addObserver:selfselector:@selector(reachabilityChanged:)name:kReachabilityChangedNotificationobject:nil];&nbs...

IOS开发之网络编程开源类 Reachability应用

先看Reachability.h发现#import<Foundation/Foundation.h>#import<SystemConfiguration/SystemConfiguration.h>#import<netinet/in.h>所以如果我们在项目中需要用到此类的话,需要...