摘要: iOS中如何获取image.xcassets中的启动图片 阅读全文
posted @ 2015-12-02 15:44 PI_WF 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 插件点击Skip Bundle 的解决办法 阅读全文
posted @ 2015-12-01 12:21 PI_WF 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 协议中属性对比类中属性的区别:1.不会生成setter和getter方法。2.不会生成带下划线的成员变量。 阅读全文
posted @ 2015-11-09 18:11 PI_WF 阅读(189) 评论(0) 推荐(0) 编辑
摘要: part1 :http://www.cocoachina.com/ios/20150608/12052.htmlpart2 :http://www.cocoachina.com/ios/20150611/12111.html 阅读全文
posted @ 2015-10-27 17:43 PI_WF 阅读(168) 评论(0) 推荐(0) 编辑
摘要: iOS组织架构图 阅读全文
posted @ 2015-10-27 17:11 PI_WF 阅读(1184) 评论(0) 推荐(0) 编辑
摘要: CATransform3D,m34含义 阅读全文
posted @ 2015-10-25 15:49 PI_WF 阅读(635) 评论(0) 推荐(0) 编辑
摘要: iOS模拟器获取frame为什么总是获取的是iPhone5的尺寸大小解答. 阅读全文
posted @ 2015-10-22 23:38 PI_WF 阅读(429) 评论(0) 推荐(0) 编辑
摘要: http://www.thinkandbuild.it 阅读全文
posted @ 2015-09-21 19:27 PI_WF 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 一、什么叫inline函数?inline(小心,不是online),翻译成“内联”或“内嵌”。意指:当编译器发现某段代码在调用一个内联函数时,它不是去调用该函数,而是将该函数的代码,整段插入到当前位置。这样做的好处是省去了调用的过程,加快程序运行速度。(函数的调用过程,由于有前面所说的参数入栈等操作... 阅读全文
posted @ 2015-08-27 11:02 PI_WF 阅读(419) 评论(0) 推荐(0) 编辑
摘要: UIView的setNeedsLayout, layoutIfNeeded 和 layoutSubviews 方法之间的关系解释 阅读全文
posted @ 2015-06-24 14:33 PI_WF 阅读(156) 评论(0) 推荐(0) 编辑