摘要:
_reacheability= [Reachability reachabilityForInternetConnection];//我们可以用这个类来监听网络,这个不同的网络用不同的静态方法初始化 [_reacheability startNotifier];//开始监测网络 NetworkSt... 阅读全文
摘要:
UIProgressView *uiprogressview= [[UIProgressView alloc]initWithProgressViewStyle:UIProgressViewStyleBar];//建立一个进度条 uiprogressview.frame=CGRectMake(... 阅读全文