摘要: // 应用网址 返回字典中有多种数据NSString *urlString2 = [NSString stringWithFormat: @"%@", @"http://itunes.apple.com/lookup?id=应用ID"];NSDictionary* infoDict =[[NSBundle mainBundle] infoDictionary];NSString* key =[i... 阅读全文
posted @ 2014-10-15 15:49 М80メ 阅读(132) 评论(0) 推荐(0) 编辑
摘要: XCode6里, 默认是没有pch文件的,如果我们想使用pch文件,需要手动添加,添加步骤如下 1.在XCode6中是么有pch文件的,如下图 2.创建pch文件 3.配置pch文件 (1)、找工程的Targets->Build Settings->Apple LLVM 6.0 - Language (2)在Prefix Header下面的D... 阅读全文
posted @ 2014-10-15 14:26 М80メ 阅读(356) 评论(0) 推荐(0) 编辑