摘要: _reacheability= [Reachability reachabilityForInternetConnection];//我们可以用这个类来监听网络,这个不同的网络用不同的静态方法初始化 [_reacheability startNotifier];//开始监测网络 NetworkSt... 阅读全文
posted @ 2014-04-14 21:59 离子 阅读(263) 评论(0) 推荐(0) 编辑
摘要: UIProgressView *uiprogressview= [[UIProgressView alloc]initWithProgressViewStyle:UIProgressViewStyleBar];//建立一个进度条 uiprogressview.frame=CGRectMake(... 阅读全文
posted @ 2014-04-14 21:28 离子 阅读(746) 评论(0) 推荐(0) 编辑