//在程序的启动处,开启通知
- (BOOL)application:(UIApplication
{
//开启网络状况的监听
[[NSNotificationCenter
hostReach
[hostReach
}
// 连接改变
- (void)reachabilityChanged: (NSNotification*)note
{
Reachability*curReach = [note
NSParameterAssert([curReach
[self
}
//处理连接改变后的情况
- (void)updateInterfaceWithReach
{
if
UIAlertView
}
}