摘要: iOS拍照方向问题,自己很长一段时间也不清楚,现在整理一下。三个问题:1. iPhone拍照时那个方向是正(UIImageOrientationUp) ?2. 为什么UIImageView方向显示正确,上传到服务器后却不正确 ?3. 如何调整方向?第一个问题:iPhone拍照究竟那个是正方向?(正方... 阅读全文
posted @ 2015-01-17 15:18 zhangxiaogangyo 阅读(1894) 评论(0) 推荐(0)
摘要: 软件Charles是一个HTTP代理服务器,HTTP监视器,反转代理服务器.它允许一个开发者查看所有连接互联网的HTTP通信.这些包括request,response现HTTPheaders(包含cookies与caching信息).注意:该软件在特殊情况下会出现劫持浏览器导致无法浏览网页的问题(请谨慎使用)。---百度百科下载地址http://www.charlesproxy.com/使用方法http://www.ravelrumba.com/blog/ipad-http-debugging/另外再使用外后记得关闭iOS设备的代理服务器. 阅读全文
posted @ 2013-08-09 10:52 zhangxiaogangyo 阅读(175) 评论(0) 推荐(0)
摘要: 首先找到这个连接 http://blog.csdn.net/volcan1987/article/details/7639304内容如下:文档:Applications that want to use custom fonts can now include those fonts in their application bundle and register those fonts with the system by including theUIAppFontskey in theirInfo.plistfile. The value of this key is an array 阅读全文
posted @ 2013-08-09 10:50 zhangxiaogangyo 阅读(159) 评论(0) 推荐(0)