
IOS
文章平均质量分 56
dingsai88
好玩的事要记录下来
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
UIWebView内存占用过高、崩溃、内存溢出
项目当中模拟器上运行UIWebView读取本地杂志,没问题,真机测试经常nei'c原创 2014-09-09 15:50:15 · 2376 阅读 · 2 评论 -
Xcode6 安装 IOS7.1 Simulator
Xcode6 安装 IOS7.1 Simulator 升级到了最新版的Xcode6, 没有老的模拟器IOS7.1 Xcode->Preferences->Downloads->Components 下载 IOS7.1 Simulator 安装速度奇慢。 把机器的DNS 设置成 http://dns.v2ex.com/ 里的DNS 速度相对好一些。原创 2014-10-28 10:05:13 · 2912 阅读 · 0 评论 -
如何使用iOS 开发证书 和 Profile 文件
几个证书搞不太明白,发现一篇文章不错 :转载 2014-10-21 15:03:59 · 932 阅读 · 0 评论 -
ios (ASIHTTPRequest)获取下载资源文件大小
//设置下载路径 request = [[ASIHTTPRequest alloc] initWithURL:url]; //设置ASIHTTPRequest代理 request.delegate = self; //设置文件保存路径 [request setDownloadDestinationPath:savePath]; //设置临时文件路径 [request setTempo原创 2014-11-28 15:55:20 · 1268 阅读 · 0 评论 -
ASIHTTPRequest详解各个资源类说明
An overview of the classes Main classes ASIHTTPRequest Handles the basics of communicating with webservers, including downloading and uploading data, authentication, cookies and progres原创 2014-11-28 15:59:01 · 762 阅读 · 0 评论 -
Redundant binary upload. threr already exists a binary upload with build 1.0 for version 1.0
ios 修改后又提交的时候 报错" Redundant binary upload. threr already exists a binary upload with build 1.0 for version 1.0" 不用修改version 修改原创 2014-10-21 14:58:25 · 678 阅读 · 0 评论 -
ios info plist配置说明
基础没打牢,写点东西就要查询转载 2014-10-21 15:51:45 · 3778 阅读 · 0 评论 -
报刊杂志 App 的 Info.plist 必须包含 UINewsstandApp.error.message=true,以及 CFBundleIcons.UINewsstandIcon 字典
发布杂志类的APP,按照原步骤提示出原创 2014-10-21 15:57:52 · 5453 阅读 · 0 评论 -
minimumosversion set to less than 5.1.1 more information about 64-bit
提交IOS app时候 提示以下错误: This bundle is invalid. Apps that include arm64 architecture cannot have MinimumOSVersion set to less than ‘5.1.1’.More information about 64-bit support for iOS is availab原创 2014-12-02 16:56:37 · 2557 阅读 · 0 评论