
ios
文章平均质量分 77
ini
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
look ios crash log
First of all, you need three files: the dSYM file, the application file and the crash log. Open the X Code, in the project navigator reveal the Products folder, and "Show in finder" the app file. Her转载 2014-01-10 11:19:30 · 797 阅读 · 0 评论 -
iPhone像素点和常用控件尺寸
转自 http://blog.youkuaiyun.com/wzzvictory/article/details/8565872 1、 iPhone中的点和像素。 点(pt)的英文全称是point,确切的说法是一个专用的印刷单位“磅”,大小为1/72英寸。所以它是一个自然界标准的长度单位,也称为“绝对长度”。 像素(pixel)由Picture和 Element这两个词组成,像素是位转载 2014-01-15 13:31:51 · 10277 阅读 · 0 评论 -
关于 undefined symbols for architecture armv7 referenced from 问题
关于 undefined symbols for architecture armv7 referenced from 问题 今天在调用公司其它人写的静态库的时候,编译一直无法通过一直报错 undefined symbols for architecture armv7 referenced from。 最后发现是在制作静态库的时候,只是把文件添加到了工程。 但是compil转载 2014-01-17 14:26:35 · 7824 阅读 · 0 评论