在iphone中要显示当前网络是否连接只需要两句话就可以搞定了
//显示网络连接状态 UIApplication *app = [UIApplication sharedApplication]; app.networkActivityIndicatorVisible = YES;
效果如下: