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