摘要: #import "DemoGlobalClass.h" 路径---model文件夹中 配置了东西 //应用信息配置文件 #define AppConfigPlist @"AppConfig.plist" #define AppConfig_AppKey @"AppKey" #define AppCo 阅读全文
posted @ 2016-02-22 17:19 zhen_zhen 阅读(68) 评论(0) 推荐(0) 编辑
摘要: didfinishlauch appdelegate 中 // 01 gzz022 版本更新 [self VersionButton]; //02 gzz0222 提示自动更新 -(void)VersionButton{ NSString *string=[NSString stringWithCo 阅读全文
posted @ 2016-02-22 15:56 zhen_zhen 阅读(228) 评论(0) 推荐(0) 编辑
摘要: //gzz0220 网络检测通知 // 网络监测 // 监测网络情况 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(reachabilityChanged:) name: kReachability 阅读全文
posted @ 2016-02-22 13:15 zhen_zhen 阅读(145) 评论(0) 推荐(0) 编辑
摘要: Reachability.h/m /* File: Reachability.h Abstract: Basic demonstration of how to use the SystemConfiguration Reachablity APIs. Version: 3.5 Disclaimer 阅读全文
posted @ 2016-02-22 13:14 zhen_zhen 阅读(217) 评论(0) 推荐(0) 编辑