2016年2月16日
摘要: 若想App通过审核,则必须对网络环境进行判断,在无网络的时候进行提醒等处理。 Apple 的 例程 Reachability 中介绍了取得/检测网络状态的方法。要在应用程序程序中使用Reachability,首先要完成如下两部: 1.1. 添加源文件: 在你的程序中使用 Reachability 只 阅读全文
posted @ 2016-02-16 18:07 华丽舞曲灬 阅读(132) 评论(0) 推荐(0)
摘要: int index = (int)[[self.navigationController viewControllers]indexOfObject:self]; [self.navigationController popToViewController:[self.navigationContr 阅读全文
posted @ 2016-02-16 15:45 华丽舞曲灬 阅读(138) 评论(0) 推荐(0)